We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e2d8b commit a1b85e2Copy full SHA for a1b85e2
config/.eslintrc.js
@@ -98,18 +98,18 @@ module.exports = {
98
'object': 'it',
99
'property': 'skip'
100
},
101
- // {
102
- // 'object': 'it',
103
- // 'property': 'only'
104
- // },
+ {
+ 'object': 'it',
+ 'property': 'only'
+ },
105
{
106
'object': 'describe',
107
108
109
110
- // 'object': 'describe',
111
112
+ 'object': 'describe',
113
114
'object': 'xit'
115
}
0 commit comments