1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-19 09:57:30 -06:00
paricafe/test/index.js
2017-01-17 10:06:54 +09:00

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');