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 4e0a17b commit 3f603afCopy full SHA for 3f603af
tasks/test_bundle.js
@@ -4,7 +4,7 @@ var exec = require('child_process').exec;
4
var glob = require('glob');
5
6
var constants = require('./util/constants');
7
-var pathToJasmineBundleTests= path.join(constants.pathToJasmineBundleTests);
+var pathToJasmineBundleTests = path.join(constants.pathToJasmineBundleTests);
8
9
10
glob(pathToJasmineBundleTests + '/*.js', function(err, files) {
0 commit comments