-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat (adapter): Use jasmine's new configure method (#224)
Pass `client.jasmine` object directly to `jasmine.configure` method. See: https://jasmine.github.io/api/3.3/Env.html Closes: #221 BREAKING CHANGE: `stopOnFailure`, which was previously documented in karma-jasmine's README, is not configuration option for jasmine. Use `oneFailurePerSpec` instead. Requires peerDependency Jasmine@^3.3.0
- Loading branch information
1 parent
e604132
commit 6663e47
Showing
5 changed files
with
40 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters