-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ➕➖ Add jasmine and remove mocha, expect * ✅ Migrate @percy/env tests to jasmine from mocha, expect * ✅ Migrate @percy/client tests to jasmine from mocha, expect * ✅ Migrate @percy/config tests to jasmine from mocha, expect * ✅ Migrate @percy/dom tests to jasmine from mocha, expect * ✅ Migrate @percy/logger tests to jasmine from mocha, expect * ✅ Migrate @percy/sdk-utils tests to jasmine from mocha, expect * ✅ Migrate @percy/core tests to jasmine from mocha, expect * ✅ Migrate @percy/cli tests to jasmine from mocha, expect * ✅ Migrate @percy/cli-command tests to jasmine from mocha, expect * ✅ Migrate @percy/cli-build tests to jasmine from mocha, expect * ✅ Migrate @percy/cli-config tests to jasmine from mocha, expect * ✅ Migrate @percy/cli-snapshot tests to jasmine from mocha, expect * ✅ Migrate @percy/cli-upload tests to jasmine from mocha, expect * ✅ Migrate @percy/cli-exec tests to jasmine from mocha, expect * 🐛 Handle unhandled close rejection in crash handler This promise is not awaited on because this handler happens within a callback event, however the close method may reject if it has already been called or if the browser has been killed. * ✅ Fix @percy/core tests Fix string matching windows path Ignore racey code coverage * ✅ Display test summary failed stacktraces * ✅ Bump test timeout to 10s For Windows * 🔧 Genericize test script * ✅ Use jasmine spies
- Loading branch information
Wil Wilsman
authored
Mar 8, 2021
1 parent
e0d09fe
commit 0f871cf
Showing
87 changed files
with
590 additions
and
1,088 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
env: | ||
mocha: true | ||
jasmine: true |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
env: | ||
mocha: true | ||
jasmine: true |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
env: | ||
mocha: true | ||
jasmine: true |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
env: | ||
mocha: true | ||
jasmine: true |
Oops, something went wrong.