mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-11 08:56:02 +00:00
7 lines
130 B
JavaScript
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; |