Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Feb 2, 2022
1 parent 885de48 commit 34fe3d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ test.suite('ts-node', (test) => {
});

if (semver.gte(ts.version, '3.2.0')) {
test('--show-config should log resolved configuration', async (t) => {
test('--showConfig should log resolved configuration', async (t) => {
function native(path: string) {
return path.replace(/\/|\\/g, pathSep);
}
Expand All @@ -908,7 +908,6 @@ test.suite('ts-node', (test) => {
cwd: native(`${ROOT_DIR}/tests`),
projectSearchDir: native(`${ROOT_DIR}/tests`),
project: native(`${ROOT_DIR}/tests/tsconfig.json`),
require: [],
},
compilerOptions: {
target: 'es6',
Expand Down

0 comments on commit 34fe3d3

Please sign in to comment.