We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ddb6f9 commit 596772dCopy full SHA for 596772d
1 file changed
feature-tests/run-tests.sh
@@ -15,7 +15,7 @@ cp -R /utils . 2>/dev/null || :
15
# run tests and save the exit code
16
declare test_run_result
17
export tagFilter=@regression
18
-echo 'Beginning Tests-rollup-qs'
+echo 'Beginning Tests-rollup-qs vitest'
19
npm run test:once # 1>/dev/null
20
test_run_result=$?
21
0 commit comments