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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -59,8 +59,8 @@ Configure it in `package.json`.
59
59
"ava/prefer-power-assert": "off",
60
60
"ava/test-ended": "error",
61
61
"ava/test-title": "error",
62
-
"ava/use-t-well": "error",
63
62
"ava/use-t": "error",
63
+
"ava/use-t-well": "error",
64
64
"ava/use-test": "error",
65
65
"ava/use-true-false": "error"
66
66
}
@@ -94,8 +94,8 @@ The rules will only activate in test files.
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
-[test-ended](docs/rules/test-ended.md) - Ensure callback tests are explicitly ended.
96
96
-[test-title](docs/rules/test-title.md) - Ensure tests have a title.
97
-
-[use-t-well](docs/rules/use-t-well.md) - Prevent the incorrect use of `t`. *(partly fixable)*
98
97
-[use-t](docs/rules/use-t.md) - Ensure test functions use `t` as their parameter.
98
+
-[use-t-well](docs/rules/use-t-well.md) - Prevent the incorrect use of `t`. *(partly fixable)*
99
99
-[use-test](docs/rules/use-test.md) - Ensure that AVA is imported with `test` as the variable name.
100
100
-[use-true-false](docs/rules/use-true-false.md) - Ensure that `t.true()`/`t.false()` are used instead of `t.truthy()`/`t.falsy()`.
0 commit comments