Skip to content

Commit 1c2b74e

Browse files
committed
Run node tests last
This covers all of the test cases and generally have better stack traces so we want to have these featured more prominently.
1 parent b85cad8 commit 1c2b74e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/env/runner.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ var files = fs.readdirSync(testDir)
1313
.filter(function(name) { return (/.*\.js$/).test(name); })
1414
.map(function(name) { return testDir + '/' + name; });
1515

16-
run('./node', function() {
16+
run('./runtime', function() {
1717
run('./browser', function() {
18-
run('./runtime', function() {
18+
run('./node', function() {
1919
/*eslint-disable no-process-exit */
2020
process.exit(errors);
2121
/*eslint-enable no-process-exit */

0 commit comments

Comments
 (0)