mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-25 02:46:43 -06: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');
|