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'); });