1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-15 11:45:57 +00:00
Files
homebrewery/tests/basic.test.js
2018-11-07 16:00:24 -05:00

7 lines
130 B
JavaScript

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