[WIP] test
This commit is contained in:
parent
00fbc45536
commit
1fefe5eba4
2 changed files with 7 additions and 3 deletions
6
test/index.js
Normal file
6
test/index.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
// During the test the env variable is set to test
|
||||
process.env.NODE_ENV = 'test';
|
||||
|
||||
// Init babel
|
||||
require('babel-core/register');
|
||||
require('babel-polyfill');
|
Loading…
Add table
Add a link
Reference in a new issue