Skip to content

Commit

Permalink
update makefile to use vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed Mar 1, 2024
1 parent 4fd27fd commit 120cd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ circular-dependencies-js:

.PHONY: test-js-internal
test-js-internal:
yarn jest $(tests) $(test_opts) $(cov_opts)
yarn vitest $(tests) $(test_opts) $(cov_opts)

.PHONY: test-js-%
test-js-%:
Expand Down

0 comments on commit 120cd81

Please sign in to comment.