Skip to content

Commit

Permalink
Replace strict equal
Browse files Browse the repository at this point in the history
  • Loading branch information
beerose committed May 1, 2023
1 parent d70345b commit a5f4c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ describe('cosmiconfig', () => {
expect(value).toContain(expectedLoaderFunctionNames[key]);
}

expect(explorerOptions).toStrictEqual({
expect(explorerOptions).toEqual({
packageProp: 'wildandfree',
searchPlaces: ['.config/foo.json'],
ignoreEmptySearchPlaces: false,
Expand Down

0 comments on commit a5f4c6e

Please sign in to comment.