We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ea7d4 commit 8b97749Copy full SHA for 8b97749
test/setup_global.js
@@ -1,6 +1,6 @@
1
const pkg = require('../package.json');
2
3
-global.process.env.NODE_ENV = 'production';
4
-global.process.env.BUILD = 'production';
+global.process.env.NODE_ENV = 'test';
+global.process.env.BUILD = 'test';
5
global.__buildDate__ = () => JSON.stringify(new Date());
6
global.__buildVersion__ = JSON.stringify(pkg.version);
0 commit comments