We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b85cad8 commit 1c2b74eCopy full SHA for 1c2b74e
spec/env/runner.js
@@ -13,9 +13,9 @@ var files = fs.readdirSync(testDir)
13
.filter(function(name) { return (/.*\.js$/).test(name); })
14
.map(function(name) { return testDir + '/' + name; });
15
16
-run('./node', function() {
+run('./runtime', function() {
17
run('./browser', function() {
18
- run('./runtime', function() {
+ run('./node', function() {
19
/*eslint-disable no-process-exit */
20
process.exit(errors);
21
/*eslint-enable no-process-exit */
0 commit comments