From 34fe3d3b992e0131e1e80bd632e6423ca0db66cf Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Tue, 1 Feb 2022 20:41:43 -0500 Subject: [PATCH] fix --- src/test/index.spec.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/test/index.spec.ts b/src/test/index.spec.ts index 40f12ca59..114c44a62 100644 --- a/src/test/index.spec.ts +++ b/src/test/index.spec.ts @@ -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); } @@ -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',