Skip to content

Commit

Permalink
changelog 18.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Mar 8, 2024
1 parent 3d15986 commit 5fa1e90
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/docs/content/changelog.md
Expand Up @@ -17,6 +17,13 @@ eleventyNavigation:
`before` methods and still preserved. `t.context` is now set
when the test actually runs, not when the Test object is
constructed.
- (18.7.1) Fix confusing behavior when `tap` is loaded both as
CommonJS and ESM in the same program.
- (18.7.1) Make `--allow-empty-coverage` default to true when
`--disable-coverage` is set.
- (18.7.1) Update `@tapjs/processinfo` to fix cases where
transpiled CommonJS can escape being recorded by the loader,
and thus is not tracked for coverage.

## 18.6

Expand Down

0 comments on commit 5fa1e90

Please sign in to comment.