Skip to content

Commit 407ce57

Browse files
authored
Meta: Update vitest (refined-github#7175)
1 parent cf69a82 commit 407ce57

4 files changed

Lines changed: 412 additions & 533 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
node-version-file: package.json
2626
cache: npm
2727
- run: npm ci
28-
# Enable flag after https://github.com/vitest-dev/vitest/pull/4279
29-
- run: npm run vitest # -- --exclude build/features
28+
- run: npm run vitest -- --exclude build/features
3029

3130
Lint:
3231
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)