Skip to content

Commit 596772d

Browse files
committed
FPAD-7815: Add vitest to test runner comment
1 parent 4ddb6f9 commit 596772d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

feature-tests/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cp -R /utils . 2>/dev/null || :
1515
# run tests and save the exit code
1616
declare test_run_result
1717
export tagFilter=@regression
18-
echo 'Beginning Tests-rollup-qs'
18+
echo 'Beginning Tests-rollup-qs vitest'
1919
npm run test:once # 1>/dev/null
2020
test_run_result=$?
2121

0 commit comments

Comments
 (0)