File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ Major rewrite.
21
21
- lots of added functionality
22
22
- Mocha-like DSL moved to the optional ` @tapjs/mocha-globals `
23
23
plugin.
24
+ - Assertion aliases moved to the optional ` @tapjs/synonyms `
25
+ plugin (so no longer deprecated, but opt-in)
24
26
25
27
### CLI
26
28
@@ -191,6 +193,10 @@ The `expectFail` assertion option is removed.
191
193
Assertion aliases are moved to the optional ` @tapjs/synonyms `
192
194
plugin.
193
195
196
+ The ` t.testdir() ` method now stores its fixtures in
197
+ ` .tap/fixtures ` in the project root, rather than
198
+ ` tap-testdir-{name} ` as a sibling to the test file.
199
+
194
200
` t.teardown() ` and ` t.after() ` are the same now.
195
201
196
202
Multiple methods provided to ` t.teardown() ` and ` t.after() ` will
You can’t perform that action at this time.
0 commit comments