-
-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch from jest to vitest 🚀 (#4628)
- Loading branch information
1 parent
097f8b9
commit 83321cb
Showing
132 changed files
with
2,232 additions
and
3,142 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
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 |
---|---|---|
|
@@ -224,19 +224,14 @@ tmp-downloads/owid_metadata.sql.gz: | |
test: node_modules | ||
@echo '==> Linting' | ||
yarn run eslint | ||
yarn lerna run build | ||
yarn lerna run buildTests | ||
|
||
@echo '==> Checking formatting' | ||
yarn testPrettierAll | ||
|
||
@echo '==> Running tests' | ||
yarn run jest | ||
yarn run test | ||
|
||
dbtest: node_modules | ||
@echo '==> Building' | ||
yarn buildTsc | ||
|
||
@echo '==> Running db test script' | ||
./db/tests/run-db-tests.sh | ||
|
||
|
@@ -254,7 +249,7 @@ format: node_modules | |
|
||
unittest: node_modules | ||
@echo '==> Running tests' | ||
yarn run jest --all | ||
yarn run test | ||
|
||
../owid-grapher-svgs: | ||
cd .. && git clone [email protected]:owid/owid-grapher-svgs | ||
|
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
Oops, something went wrong.