Skip to content

Commit 58900cc

Browse files
committed
Prettier
1 parent 9bc5ec6 commit 58900cc

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/tests-e2e/playwright.config.complete.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ export default defineConfig({
9292
name: 'passkey-list-general',
9393
testMatch: ['scenarios/passkey-list-general/*.ts'],
9494
},
95-
{
96-
name: 'observe',
97-
testMatch: ['scenarios/observe/*.ts'],
98-
},
95+
//{
96+
// name: 'observe',
97+
// testMatch: ['scenarios/observe/*.ts'],
98+
//},
9999
],
100100
globalSetup: 'src/complete/utils/playground.ts',
101101
});

playground/react/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
import "./.next/dev/types/routes.d.ts";
3+
import './.next/dev/types/routes.d.ts';
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

0 commit comments

Comments
 (0)