mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-05-10 09:38:38 +00:00
Moving babelrc into package
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
const test = require('pico-check');
|
||||
|
||||
test('Just setting up a spot for future tests', (t)=>{
|
||||
t.pass();
|
||||
});
|
||||
|
||||
module.exports = test;
|
||||
@@ -0,0 +1 @@
|
||||
//Set up configs and DB connectiosna nd what not in here
|
||||
Reference in New Issue
Block a user