Skip to content

Commit ad894e7

Browse files
committed
test-3
1 parent 6102aea commit ad894e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/@apphosting/adapter-nextjs/src/bin/build.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ outputFiles:
8181
validateTestFiles(tmpDir, expectedFiles);
8282
});
8383

84-
it("moves files into correct location in a monorepo setup", async () => {
84+
it("copies files into correct location in a monorepo setup", async () => {
8585
const { generateBuildOutput } = await importUtils;
8686
const files = {
8787
".next/standalone/apps/next-app/standalonefile": "",
@@ -123,6 +123,7 @@ outputFiles:
123123
const expectedFiles = {
124124
".next/standalone/apps/next-app/.next/static/staticfile": "",
125125
".next/standalone/apps/next-app/standalonefile": "",
126+
".next/static/staticfile": "",
126127
};
127128
const expectedPartialYaml = {
128129
version: "v1",

0 commit comments

Comments
 (0)