Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prefer node18 builtin test runner rather than jest (#725)
* `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