From 2a3fd37c22304b1a9c8a2674a0ee8271dada5787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Mon, 25 Oct 2021 20:56:14 -0400 Subject: [PATCH] debug 3 --- scripts/test-cov.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test-cov.sh b/scripts/test-cov.sh index ebb22831cc68..a68765eaeb47 100755 --- a/scripts/test-cov.sh +++ b/scripts/test-cov.sh @@ -8,4 +8,4 @@ if [ -n "$CI" ]; then jestArgs="${jestArgs} --maxWorkers=4 --ci" fi -$node "$(yarn bin jest)" $jestArgs eslint +$node "$(yarn bin jest)" $jestArgs