Releases: japa/runner
Releases · japa/runner
Update dependencies
- chore: remove github health files in favor of central .github repo 2cd7e8d
- chore: update dependencies a6ab2df
Full Changelog: v2.1.1...v2.1.2
Fix for v2.1.0
- fix: remove package.json import as it breaks with compiled code 40929c5
Improvements to the filtering layer and help screen
Improvements to filtering layer
This release improves the filtering layer when --files
flag is specified. Earlier all suites were registered regardless of which files were imported. After this release, if --files
filter is applied, then only the suites with the selected files will be registered with the runner.
Adding -help
screen
@Julien-R44 has added support to show the CLI help screen when using the -h
flag.
Commits
- chore(package): update dependencies 476edb6
- refactor: consider the --files filter before registering suites 784bc37
- chore(package): update dependencies d6acdbe
- fix: share active group with test to not run lone tests with group filter de037ac
- chore: update dependencies 8634256
- feat: add
-h
flag that display help (#22) 99b4661 - docs(README): update sponsors image source 8883162
- docs(README): add sponsors be7573b
What's Changed
- feat: add
-h
flag that display help by @Julien-R44 in #22
Full Changelog: v2.0.9...v2.1.0
Update dependencies
Bug fix where suite.configure wasn't able to define group hooks
Update dependencies
- chore: update dependencies 3673781
Bug fixes and update dependencies
Convert file path to URL only for the default importer implementation
- fix: do not convert file path to url when custom importer is used 73701cb
Bug fix ESM import for windows
Export Suite and Runner classes
- feat: export Suite and Runner classes c255fbd
Full Changelog: v2.0.2...v2.0.3