Skip to content

Commit

Permalink
Update to karma-jasmine 2
Browse files Browse the repository at this point in the history
Update to karma-jasmine 2 so that the oneFailurePerSpec flag can be enabled so tests can be marked pending if httpbin is offline: karma-runner/karma-jasmine#218
  • Loading branch information
rajsite committed Jun 3, 2019
1 parent 43e338d commit adffcb3
Show file tree
Hide file tree
Showing 3 changed files with 745 additions and 712 deletions.
3 changes: 2 additions & 1 deletion karma.shared.js
Expand Up @@ -114,7 +114,8 @@
// Settings to pass to frameworks and plugins
client: {
jasmine: {
random: true
random: true,
oneFailurePerSpec: true
}
}
};
Expand Down

0 comments on commit adffcb3

Please sign in to comment.