Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit f1b30cb

Browse files
author
Daniel Conde
committed
test: add back in the int test for nested next configs
1 parent d14045a commit f1b30cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

integration/__tests__/package.test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ const readJsonFile = filePath => {
77
return JSON.parse(fs.readFileSync(filePath, "utf-8"));
88
};
99

10-
// TODO: add ${"../basic-app-with-nested-next-config"} | ${"app/sls-next-build"}
1110
describe.each`
12-
appDir | appBuildDir
13-
${"../basic-app"} | ${"sls-next-build"}
14-
`("%appDir - package tests", ({ appDir, appBuildDir }) => {
11+
appDir | appBuildDir
12+
${"../basic-app"} | ${"sls-next-build"}
13+
${"../basic-app-with-nested-next-config"} | ${"app/sls-next-build"}
14+
`("$appDir - package tests", ({ appDir, appBuildDir }) => {
1515
const appServerlessDir = `${appDir}/.serverless`;
1616

1717
const readCloudFormationCreateTemplate = () => {

0 commit comments

Comments
 (0)