From 120cd81a2924bbf79a838352a309e8416a79a8c3 Mon Sep 17 00:00:00 2001 From: Shlok Amin Date: Fri, 1 Mar 2024 17:22:15 -0500 Subject: [PATCH] update makefile to use vitest --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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-%: