Skip to content

Commit

Permalink
feat(vitest): support browser mode (#4628)
Browse files Browse the repository at this point in the history
- Support vitest browser mode
- Support [email protected]
  • Loading branch information
nicojs authored Nov 30, 2023
1 parent e190207 commit 3d02969
Show file tree
Hide file tree
Showing 46 changed files with 26,572 additions and 24,237 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ jobs:
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- name: Install dependencies
run: npm ci || npm ci # retry once, install on windows is flaky...
# retry once, install on windows is flaky...
# Also, remove `--force` after v1 release of vitest
run: npm ci --force || npm ci --force
- name: Build packages
run: npm run build
- name: e2e install
Expand Down
Loading

0 comments on commit 3d02969

Please sign in to comment.