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 659edad commit 9ae0d78Copy full SHA for 9ae0d78
karma.config.js
@@ -2,10 +2,9 @@
2
3
'use strict';
4
5
-const path = require('path');
6
-
7
-const srcPath = path.join(__dirname, 'src');
8
-const testPath = path.join(__dirname, 'test');
+var path = require('path');
+var srcPath = path.join(__dirname, 'src');
+var testPath = path.join(__dirname, 'test');
9
10
// Set environment to testing
11
process.env.NODE_ENV = 'testing';
0 commit comments