You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ The rules will only activate in test files.
93
93
-[prefer-async-await](docs/rules/prefer-async-await.md) - Prefer using async/await instead of returning a Promise.
94
94
-[prefer-power-assert](docs/rules/prefer-power-assert.md) - Allow only use of the asserts that have no [power-assert](https://github.com/power-assert-js/power-assert) alternative.
95
95
-[prefer-t-regex](docs/rules/prefer-t-regex.md) - Prefer using `t.regex()` to test regular expressions. *(fixable)*
96
-
-[prefer-t-throws](docs/rules/prefer-t-throws.md) - Prefer using `t.throws()` over try/catch.
96
+
-[prefer-t-throws](docs/rules/prefer-t-throws.md) - Prefer using `t.throws()`or `t.throwsAsync()`over try/catch.
97
97
-[test-title](docs/rules/test-title.md) - Ensure tests have a title.
98
98
-[test-title-format](docs/rules/test-title-format.md) - Ensure test titles have a certain format.
99
99
-[use-t](docs/rules/use-t.md) - Ensure test functions use `t` as their parameter.
0 commit comments