We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc5ec6 commit 58900ccCopy full SHA for 58900cc
2 files changed
packages/tests-e2e/playwright.config.complete.ts
@@ -92,10 +92,10 @@ export default defineConfig({
92
name: 'passkey-list-general',
93
testMatch: ['scenarios/passkey-list-general/*.ts'],
94
},
95
- {
96
- name: 'observe',
97
- testMatch: ['scenarios/observe/*.ts'],
98
- },
+ //{
+ // name: 'observe',
+ // testMatch: ['scenarios/observe/*.ts'],
+ //},
99
],
100
globalSetup: 'src/complete/utils/playground.ts',
101
});
playground/react/next-env.d.ts
@@ -1,6 +1,6 @@
1
/// <reference types="next" />
2
/// <reference types="next/image-types/global" />
3
-import "./.next/dev/types/routes.d.ts";
+import './.next/dev/types/routes.d.ts';
4
5
// NOTE: This file should not be edited
6
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
0 commit comments