mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-11 07:45:56 +00:00
Moving babelrc into package
This commit is contained in:
@@ -24,6 +24,12 @@
|
||||
"pico-check":{
|
||||
"require": "./tests/test.init.js"
|
||||
},
|
||||
"babel":{
|
||||
"presets": [
|
||||
"env",
|
||||
"react"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-preset-env": "^1.1.8",
|
||||
"basic-auth": "^1.0.3",
|
||||
|
||||
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;
|
||||
1
tests/test.init.js
Normal file
1
tests/test.init.js
Normal file
@@ -0,0 +1 @@
|
||||
//Set up configs and DB connectiosna nd what not in here
|
||||
Reference in New Issue
Block a user