Skip to content

Commit 67cdf33

Browse files
committed
Update parallel value in testem.js
1 parent f8e8018 commit 67cdf33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ module.exports = {
2020
].filter(Boolean),
2121
},
2222
},
23-
parallel: process.env.EMBER_EXAM_SPLIT_COUNT,
23+
parallel: -1,
2424
src_files: ['tests/**/*.js', 'app/**/*.js', 'app/**/*.hbs', 'mirage/**/*.js'],
2525
};

0 commit comments

Comments
 (0)