[WIP] test

This commit is contained in:
syuilo
2017-01-17 10:39:28 +09:00
parent 19e12bf5cf
commit a382f62071
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,3 @@
// During the test the env variable is set to test
process.env.NODE_ENV = 'test';
// Init babel
require('babel-core/register');
require('babel-polyfill');