Skip to content

refactor: move from Jest to Node test runner#3

Merged
tomherni merged 1 commit intomainfrom
refactor/node-test-runner
Apr 20, 2025
Merged

refactor: move from Jest to Node test runner#3
tomherni merged 1 commit intomainfrom
refactor/node-test-runner

Conversation

@tomherni
Copy link
Owner

  • Move from Jest to Node test runner. This loses the convenience of test.each(), but simplifies the overall project setup (dependencies, and ESM imports in src and dist).
  • Run tests from dist instead of src to better test the package's API. A build is now required to run tests, but this is about as fast as (ts-)Jest running TypeScript.

@tomherni tomherni merged commit fe5e24a into main Apr 20, 2025
1 check passed
@tomherni tomherni deleted the refactor/node-test-runner branch April 20, 2025 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant