Skip to content

Commit e9038e9

Browse files
jackwsunker
andauthored
Build: Migrate plugin-e2e to Vitest and use tsconfigs/base configs (#694)
Co-authored-by: Erik Sundell <[email protected]>
1 parent 30c38d3 commit e9038e9

31 files changed

+7337
-9226
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Lint
3131
run: npm exec nx affected -- --target lint --parallel
3232
- name: Unit tests
33-
run: npm exec nx affected -- --target test
33+
run: npm exec nx affected -- --target test --run
3434
- name: Build all packages
3535
run: npm run build
3636
- name: Pack packages for testing

jest.config.base.js

-19
This file was deleted.

0 commit comments

Comments
 (0)