Skip to content

Commit 6c56a1b

Browse files
committed
Fix lint error
1 parent 17af7e8 commit 6c56a1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

__tests__/integration/update.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,9 @@ test(
997997
`,
998998
options: {
999999
appendPlugins: [
1000+
// eslint-disable-next-line global-require
10001001
require('../../index.js'),
1002+
// eslint-disable-next-line global-require
10011003
require('@graphile-contrib/pg-simplify-inflector'),
10021004
],
10031005
simpleCollections: 'both',

0 commit comments

Comments
 (0)