Skip to content

Commit 71488ca

Browse files
authored
test: enable pnpm component test (#81)
fix: component testing with pnpm
1 parent 7b2c7a0 commit 71488ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/component-testing.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import path from 'path';
1818
import fs from 'fs';
1919

2020
test('should be able to generate and run a CT React project', async ({ run, packageManager }) => {
21-
test.fixme(packageManager === 'pnpm', 'https://github.com/microsoft/playwright/issues/20639');
2221
test.slow();
2322
const { exitCode, dir, exec } = await run(['--ct'], { installGitHubActions: true, testDir: 'tests', language: 'TypeScript', installPlaywrightDependencies: false, installPlaywrightBrowsers: true, framework: 'react' });
2423
expect(exitCode).toBe(0);

0 commit comments

Comments
 (0)