Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve stability of package and tests #126

Merged
merged 11 commits into from
Aug 7, 2020
Prev Previous commit
Next Next commit
Allow random test order.
jacekbogdanski committed Aug 5, 2020
commit 89f4005f309773ad7563b3d386c7238127f33e91
2 changes: 1 addition & 1 deletion src/karma.conf.js
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ module.exports = function ( config ) {
clearContext: false, // leave Jasmine Spec Runner output visible in browser
captureConsole: false,
jasmine: {
random: false
random: true
}
},
coverageIstanbulReporter: {