From ad6af69b5490beb4a6f50f149aca123469ce1b3f Mon Sep 17 00:00:00 2001 From: Mathias Leppich Date: Fri, 13 Sep 2024 12:06:08 +0200 Subject: [PATCH] Revert "Add test.skip for Node.js bug in 'should not transform external' babel.spec.ts" This reverts commit 412e05bc8d139ece8f23c2b9fd8d3dc2e51cba15. --- tests/playwright-test/babel.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/playwright-test/babel.spec.ts b/tests/playwright-test/babel.spec.ts index de5ac911d4..3fb0a1a725 100644 --- a/tests/playwright-test/babel.spec.ts +++ b/tests/playwright-test/babel.spec.ts @@ -148,6 +148,5 @@ test('should not transform external', async ({ runInlineTest }) => { ` }); expect(result.exitCode).toBe(1); - test.skip(result.output.includes('Error: This is caused by either a bug in Node.js or incorrect usage of Node.js internals'), 'Node.js bug'); expect(result.output).toContain('Cannot use import statement outside a module'); });