-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(node:test): migrate to
vitest
(#1014)
### Description of Changes - Migrate to Vitest - Add Node 14 to testing matrix Notes: Tests fail since downloads take reallt long but setting timeout to infinity does not work. This is likely due to a race condition somewhere in the codebase where a promise is not resolving.
- Loading branch information
1 parent
0119cb8
commit b06f052
Showing
12 changed files
with
1,396 additions
and
128 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
Fixes: # | ||
### Description of Changes | ||
|
||
## Description | ||
- ... | ||
|
||
<!-- Notes: additional context on why this PR is being merged when it doesn't seem like it should --> | ||
|
||
<!-- Fixes: # --> | ||
<!-- Closes: # --> | ||
<!-- Refs: # --> |
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
Oops, something went wrong.