Skip to content

Commit 2212b55

Browse files
committed
fix
1 parent 4d89a3d commit 2212b55

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

rstack.config.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,7 @@ define.lint(({ globals, js, ts, rstestPlugin }) => {
2222
files: ['**/*.test.{ts,tsx}'],
2323
...rstestPlugin.configs.recommended,
2424
rules: {
25-
...rstestPlugin.configs.recommended.rules,
26-
'rstest/expect-expect': [
27-
'warn',
28-
{ assertFunctionNames: ['expect', 'assert', 'expect*'] },
29-
],
30-
// CLI fixtures re-export an extended test from #test-helpers.
25+
'rstest/expect-expect': ['error', { assertFunctionNames: ['expect*'] }],
3126
'rstest/no-standalone-expect': [
3227
'error',
3328
{ additionalTestBlockFunctions: ['test'] },

0 commit comments

Comments
 (0)