Skip to content

Commit 49b0564

Browse files
authored
Linter fix.
1 parent 24ea366 commit 49b0564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = {
1919
'no-only-tests/no-only-tests': [
2020
'error',
2121
{
22-
'block': ['describe', 'it', 'context', 'test', 'tape', 'fixture', 'serial', 'suite']
22+
block: ['describe', 'it', 'context', 'test', 'tape', 'fixture', 'serial', 'suite']
2323
}
2424
]
2525
}

0 commit comments

Comments
 (0)