Skip to content

Commit 4fa023b

Browse files
committed
Merge branch 'hotfix/fix-tests' into main
2 parents aeac30f + 27bbf3a commit 4fa023b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/index.test.js

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ describe('lib/index', () => {
77
expect(index).toStrictEqual({
88
env: expect.any(Object),
99
extends: expect.any(Array),
10+
ignorePatterns: expect.any(Array),
1011
overrides: expect.any(Array),
1112
parserOptions: { sourceType: 'script' },
1213
plugins: expect.any(Array),

0 commit comments

Comments
 (0)