Releases: ecoAPM/xunit.ts
1.4.0
1.3.2
Adds support for Parcel v2
1.3.1
Adds support for Rollup v3
1.3.0
Adds support for Webpack as a compiler/bundler
1.2.2
This release broadens the supported versions of the Node.js runtime to include v14, 16, and 18.
Full Changelog: 1.2.1...1.2.2
1.2.1
Fixed an issue where xunit
will fail if an empty abstract class, or a file with no default export, is located within your tests directory (thanks, @filiptypjeu!)
What's Changed
- Abstract TestSuite and empty files crashes xunit by @filiptypjeu in #328
New Contributors
- @filiptypjeu made their first contribution in #328
Full Changelog: 1.1.0...1.2.1
1.1.0
Added the ability to filter which tests run with the -f / --filter
flag
Full Changelog: 1.0.3...1.1.0
1.0.3
Moved typescript
to a dev+peer dependency as intended, to minimize nested node_modules
disk usage.
Full Changelog: 1.0.2...1.0.3
1.0.2
Fixed an issue where a failing InstanceOf
assertion would dump the entire class description, rather than just the name of the class
Full Changelog: 1.0.1...1.0.2
1.0.1
Fixed a pair of issues where the StringEndsWith
and StringDoesNotEndWith
assertions were sometimes producing false positives or false negatives if the haystack
was one character shorter than the needle
What's Changed
- Bump typescript from 4.3.5 to 4.4.2 by @dependabot in #74
Full Changelog: 1.0.0...1.0.1