We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aeac30f + 27bbf3a commit 4fa023bCopy full SHA for 4fa023b
lib/index.test.js
@@ -7,6 +7,7 @@ describe('lib/index', () => {
7
expect(index).toStrictEqual({
8
env: expect.any(Object),
9
extends: expect.any(Array),
10
+ ignorePatterns: expect.any(Array),
11
overrides: expect.any(Array),
12
parserOptions: { sourceType: 'script' },
13
plugins: expect.any(Array),
0 commit comments