Skip to content

Commit

Permalink
Prefer node18 builtin test runner rather than jest (#725)
Browse files Browse the repository at this point in the history
* `npm uninstall @types/jest jest ts-jest`

* `npm install --save-dev ts-node-test`

* Replace jest with node18 built-in test runner

* `npm uninstall @testing-library/jest-dom`

* Retire to keep lib typecheck

6ff7369
d4610c9

Reverting above. Keeping it makes many vite integration errors in past...

* Fix position of actual and expectation in the runner
  • Loading branch information
kachick authored Nov 24, 2022
1 parent 77a0693 commit ef05bd0
Show file tree
Hide file tree
Showing 8 changed files with 2,205 additions and 7,163 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: npm ci --ignore-scripts
- name: test
run: |
npm run test:ci
npm run test
lint:
timeout-minutes: 5
Expand Down
13 changes: 0 additions & 13 deletions jest.config.ts

This file was deleted.

Loading

0 comments on commit ef05bd0

Please sign in to comment.