Skip to content

Commit

Permalink
Update index.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode authored Feb 2, 2022
1 parent 34fe3d3 commit 6cd21e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ test.suite('ts-node', (test) => {
`${CMD_TS_NODE_WITH_PROJECT_FLAG} --showConfig`
);
expect(err).not.toBe(null);
expect(stderr).toMatch('Error: --show-config requires');
expect(stderr).toMatch('Error: --showConfig requires');
});
}

Expand Down

0 comments on commit 6cd21e0

Please sign in to comment.