mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 09:33:08 +02:00
7 lines
156 B
JavaScript
7 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');
|