Skip to content

Commit 894b827

Browse files
fix(workspace): fix test
1 parent 396d615 commit 894b827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/cli-e2e/tests/collect/format.e2e.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe('collect format', () => {
3333

3434
const { code, stdout, stderr } = await cli.run('user-flow', ['collect']);
3535

36-
expect(stdout).toContain(`| Gather Mode | Performance | Accessibility | Best Practices | Seo | Pwa |`)
36+
expect(stdout).toContain(`| Gather Mode | Performance | Accessibility | Best Practices | Seo |`)
3737
expect(stdout).toContain(DUMMY_USER_FLOW_NAME);
3838
expect(stderr).toBe('');
3939
expect(code).toBe(0);

0 commit comments

Comments
 (0)