mirror of
https://example.com
synced 2024-11-24 12:56:41 +09:00
6 lines
156 B
JavaScript
6 lines
156 B
JavaScript
// During the test the env variable is set to test
|
|
process.env.NODE_ENV = 'test';
|
|
|
|
// Init babel
|
|
require('babel-core/register');
|
|
require('babel-polyfill');
|