Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
eaviles committed May 11, 2021
2 parents e895dd5 + 4fa023b commit de006a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ describe('lib/index', () => {
expect(index).toStrictEqual({
env: expect.any(Object),
extends: expect.any(Array),
ignorePatterns: expect.any(Array),
overrides: expect.any(Array),
parserOptions: { sourceType: 'script' },
plugins: expect.any(Array),
Expand Down

0 comments on commit de006a2

Please sign in to comment.