1
0
Fork 1
mirror of https://example.com synced 2024-11-24 15:36:38 +09:00
firefish/test/index.js

7 lines
156 B
JavaScript
Raw Normal View History

2017-01-17 10:06:54 +09:00
// During the test the env variable is set to test
process.env.NODE_ENV = 'test';
// Init babel
require('babel-core/register');
require('babel-polyfill');