Skip to content

Commit

Permalink
fix: drop deprecated jasmineUtils (#405)
Browse files Browse the repository at this point in the history
* fix: use this.utils instead of jasmineUtils
  • Loading branch information
just-jeb committed Jul 10, 2022
1 parent ba87d8c commit d58c016
Show file tree
Hide file tree
Showing 7 changed files with 7,525 additions and 8,754 deletions.
2 changes: 1 addition & 1 deletion e2e/jest-browser.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
testEnvironment: 'jsdom'
};
};
2 changes: 1 addition & 1 deletion e2e/jest-node.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
testEnvironment: 'node'
};
};

0 comments on commit d58c016

Please sign in to comment.