From feb6c6fff9060371f00cd208619d79e44931e04d Mon Sep 17 00:00:00 2001 From: Todd Bluhm Date: Fri, 22 Aug 2025 19:27:02 -0800 Subject: [PATCH] fix(parse-env-file.spec): fix the failing test cases due to node version changes --- test/parse-env-file.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parse-env-file.spec.ts b/test/parse-env-file.spec.ts index 7e4d62c..af1fb65 100644 --- a/test/parse-env-file.spec.ts +++ b/test/parse-env-file.spec.ts @@ -194,7 +194,7 @@ describe('getEnvFileVars', (): void => { }) }); - (process.features.typescript ? describe : describe.skip)('TS', () => { + (process.features.typescript === 'transform' ? describe : describe.skip)('TS', () => { it('should parse a .ts file', async () => { const env = await getEnvFileVars('./test/test-files/ts-test.ts'); assert.deepEqual(env, {