Skip to content

Commit

Permalink
Merge branch 'typescript-4.5.2' into update-prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Dec 25, 2021
2 parents 7f3118c + 42c6777 commit b76faae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/index.spec.ts
Expand Up @@ -1140,7 +1140,7 @@ test.suite('ts-node', (test) => {
expect(err).not.toBe(null);
// expect error from node's default resolver
expect(stderr).toMatch(
/Error \[ERR_UNSUPPORTED_ESM_URL_SCHEME\]:.*(?:\n.*){0,1}\n *at defaultResolve/
/Error \[ERR_UNSUPPORTED_ESM_URL_SCHEME\]:.*(?:\n.*){0,2}\n *at defaultResolve/
);
});

Expand Down

0 comments on commit b76faae

Please sign in to comment.