-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate test off enzyme and karma (#104)
* WIP * Migrate tests to RTL and vitest * stuff * lint clean up * Update test/AnchorSpec.tsx Co-authored-by: Kyle Tsang <[email protected]> * Update ModalManagerSpec.ts * platforms * saf --------- Co-authored-by: Kyle Tsang <[email protected]>
- Loading branch information
Showing
35 changed files
with
2,646 additions
and
7,407 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 was deleted.
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
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,22 +1,10 @@ | ||
{ | ||
"extends": ["plugin:mocha/recommended"], | ||
"env": { | ||
"mocha": true | ||
}, | ||
"globals": { | ||
"assert": true, | ||
"expect": true, | ||
"sinon": true | ||
}, | ||
"plugins": ["mocha"], | ||
"rules": { | ||
"no-script-url": 0, | ||
"no-unused-expressions": 0, | ||
"padded-blocks": 0, | ||
"react/no-multi-comp": 0, | ||
"react/prop-types": 0, | ||
"mocha/no-exclusive-tests": 2, | ||
"mocha/no-mocha-arrows": 0, | ||
"no-unused-vars": [2, { "varsIgnorePattern": "^_$" }] | ||
} | ||
} |
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
Oops, something went wrong.