Skip to content

Commit

Permalink
Quick fix for the frameworks integration test (#5817)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdaniels committed May 9, 2023
1 parent 94a9ba3 commit 6e73140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/webframeworks-deploy-tests/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const ANGULAR_BASE_PATH = "";
const I18N_BASE = "";
const DEFAULT_LANG = "en";
const LOG_FILE = "scripts/webframeworks-deploy-tests/firebase-emulators.log";
const NEXT_SOURCE = `${__dirname}/hosting`;
const NEXT_SOURCE = `${__dirname}/nextjs`;

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

0 comments on commit 6e73140

Please sign in to comment.