Skip to content

Commit 39d7a65

Browse files
timneutkenshuozhi
andauthored
Apply suggestions from code review
Co-authored-by: Jiachi Liu <[email protected]>
1 parent 687c74d commit 39d7a65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/e2e/app-dir/app/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { BrowserInterface } from 'test/lib/browsers/base'
66
import { Request } from 'playwright-core'
77

88
createNextDescribe(
9-
'app dir basic',
9+
'app dir - basic',
1010
{
1111
files: __dirname,
1212
buildCommand: process.env.NEXT_EXPERIMENTAL_COMPILE

test/production/build-spinners/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ describe('build-spinners', () => {
6666
})
6767

6868
it.each([
69-
{ name: 'app dir basic', files: appDirFiles },
69+
{ name: 'app dir - basic', files: appDirFiles },
7070
{
7171
name: 'app dir - (compile workers)',
7272
files: [

0 commit comments

Comments
 (0)