Skip to content

Commit b262604

Browse files
committed
fix: allow "it" for BDD testing
1 parent 9c807dd commit b262604

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ module.exports = {
228228
'to',
229229
'as',
230230
'id',
231+
'it', // BDD testing
231232
// NodeJS standard library
232233
'fs',
233234
// conventionally used for import * as H from 'history' to not conflict with the global history

0 commit comments

Comments
 (0)