Moving babelrc into package

This commit is contained in:
Scott Tolksdorf
2018-11-07 16:00:24 -05:00
committed by Trevor Buckner
parent a4b92af351
commit fed0536673
4 changed files with 14 additions and 6 deletions
+7
View 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;
+1
View File
@@ -0,0 +1 @@
//Set up configs and DB connectiosna nd what not in here