- Fix newlines in tstyche output
- Add support for type-tests
- Rework
run.sh
for console friendly output
- Use Yarn 4
- Use ESLint 9 (Flat Config)
- Enable PnP for both this workspace as well as the runner
- Update chalk to higher version (ESM only)
- Add missing features from javascript-test-runner
- Add proper corejs (and babel) support for mismatching solutions
- Change implementation to support jest 29
- Change package of
chalk
to lower major - Use Yarn 3
- Rewritten for jest 17
- Update dependencies
- Use Node 16.x as LTS
- Update dependencies
- Only test against LTS and current (nodejs)
- Allow skipping/pending tests (
test.skip
)
- Disable compilation of
.test.ts
files when running in test-runner
- Copy development packages to input directory
- Add development packages (types) so it can compile the tests
- Implement
tsc
compilation
- Fix output's conditional assignment
- Update dependencies
Initial release