const test = require('pico-check'); test('Just setting up a spot for future tests', (t)=>{ t.pass(); }); module.exports = test;