Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 13, 2022
1 parent 4305088 commit 5dc4877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-config/src/__tests__/normalize.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ describe('preset', () => {
{} as Config.Argv,
),
).rejects.toThrowError(
/Unexpected token } in JSON at position 104[\s\S]* at /,
/Unexpected token } in JSON at position (104|110)[\s\S]* at /,
);
});

Expand Down

0 comments on commit 5dc4877

Please sign in to comment.