mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-15 02:55:57 +00:00
Moving babelrc into package
This commit is contained in:
7
tests/basic.test.js
Normal file
7
tests/basic.test.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const test = require('pico-check');
|
||||
|
||||
test('Just setting up a spot for future tests', (t)=>{
|
||||
t.pass();
|
||||
});
|
||||
|
||||
module.exports = test;
|
||||
Reference in New Issue
Block a user