Skip to content

Commit 1b8b439

Browse files
committed
format
1 parent ecf4dab commit 1b8b439

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dev-packages/e2e-tests/test-applications/nextjs-app-dir/tests/nextjsVersion.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ const nextjsMajor = Number(nextjsVersion.split('.')[0]);
44

55
export const isNext13 = !isNaN(nextjsMajor) && nextjsMajor === 13;
66
export const nextjsMajorVersion = nextjsMajor;
7-

0 commit comments

Comments
 (0)