1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-11 08:56:02 +00:00
Files
homebrewery/tests/basic.test.js
2018-04-09 00:12:56 -04: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;