diff --git a/Makefile b/Makefile index f508269de7a..68e4e98e350 100755 --- a/Makefile +++ b/Makefile @@ -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-%: