Skip to content
Snippets Groups Projects
Commit a431c5fe authored by syuilo's avatar syuilo
Browse files

✌️

parent 978db8dd
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,13 @@
// During the test the env variable is set to test
process.env.NODE_ENV = 'test';
// Display detail of unhandled promise rejection
process.on('unhandledRejection', console.dir);
// Init babel
require('babel-core/register');
require('babel-polyfill');
const chai = require('chai');
const chaiHttp = require('chai-http');
const should = chai.should();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment