Skip to content

Commit 6e73140

Browse files
authored
Quick fix for the frameworks integration test (#5817)
1 parent 94a9ba3 commit 6e73140

File tree

1 file changed

+1
-1
lines changed
  • scripts/webframeworks-deploy-tests

1 file changed

+1
-1
lines changed

scripts/webframeworks-deploy-tests/tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const ANGULAR_BASE_PATH = "";
1717
const I18N_BASE = "";
1818
const DEFAULT_LANG = "en";
1919
const LOG_FILE = "scripts/webframeworks-deploy-tests/firebase-emulators.log";
20-
const NEXT_SOURCE = `${__dirname}/hosting`;
20+
const NEXT_SOURCE = `${__dirname}/nextjs`;
2121

2222
async function getFilesListFromDir(dir: string): Promise<string[]> {
2323
const files = await new Promise<string[]>((resolve, reject) => {

0 commit comments

Comments
 (0)