Skip to content

Commit

Permalink
some changelog updates
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Sep 10, 2023
1 parent caf8d81 commit a5c0e0c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/docs/content/changelog.md
Expand Up @@ -21,6 +21,8 @@ Major rewrite.
- lots of added functionality
- Mocha-like DSL moved to the optional `@tapjs/mocha-globals`
plugin.
- Assertion aliases moved to the optional `@tapjs/synonyms`
plugin (so no longer deprecated, but opt-in)

### CLI

Expand Down Expand Up @@ -191,6 +193,10 @@ The `expectFail` assertion option is removed.
Assertion aliases are moved to the optional `@tapjs/synonyms`
plugin.

The `t.testdir()` method now stores its fixtures in
`.tap/fixtures` in the project root, rather than
`tap-testdir-{name}` as a sibling to the test file.

`t.teardown()` and `t.after()` are the same now.

Multiple methods provided to `t.teardown()` and `t.after()` will
Expand Down

0 comments on commit a5c0e0c

Please sign in to comment.