Skip to content

Commit 44fe609

Browse files
committed
old man thanks cursor
1 parent 22b71dc commit 44fe609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/nextjs-15/tests/async-params.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { expect, test } from '@playwright/test';
22
import fs from 'fs';
33

4-
test.only('should not print warning for async params', async ({ page }) => {
4+
test('should not print warning for async params', async ({ page }) => {
55
test.skip(
66
process.env.TEST_ENV !== 'development' && process.env.TEST_ENV !== 'dev-turbopack',
77
'should be skipped for non-dev mode',

0 commit comments

Comments
 (0)