Skip to content

Commit

Permalink
Moving babelrc into package
Browse files Browse the repository at this point in the history
  • Loading branch information
stolksdorf committed Apr 9, 2018
1 parent 8f77ac9 commit 5ebba25
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .babelrc

This file was deleted.

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions tests/basic.test.js
Original file line number Diff line number Diff line change
@@ -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 change: 1 addition & 0 deletions tests/test.init.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//Set up configs and DB connectiosna nd what not in here

0 comments on commit 5ebba25

Please sign in to comment.