Skip to content

Commit b591f22

Browse files
authored
Add rules for helper functions (#3)
1 parent c45f241 commit b591f22

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

index.js

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ module.exports = {
55
'shared-node-browser': true,
66
jest: true,
77
},
8+
rules: {
9+
'jest/no-standalone-expect': [
10+
'error',
11+
{ 'additionalTestBlockFunctions':
12+
['test.jestPlaywrightDebug',
13+
'it.jestPlaywrightDebug',
14+
'test.jestPlaywrightSkip',
15+
'it.jestPlaywrightSkip',
16+
'test.jestPlaywrightConfig',
17+
'it.jestPlaywrightConfig']
18+
}
19+
]},
820
globals: {
921
browserName: true,
1022
deviceName: true,

0 commit comments

Comments
 (0)