Changes from fix/bug-fixes-1rc

This commit is contained in:
gsxdsm
2026-03-01 21:59:02 -08:00
parent 57bcb2802d
commit 34161ccc08
4 changed files with 31 additions and 11 deletions

View File

@@ -28,7 +28,7 @@ test.describe('Feature Deep Link', () => {
let projectPath: string;
let projectName: string;
test.beforeEach(async ({}, testInfo) => {
test.beforeEach(async (_fixtures, testInfo) => {
projectName = `test-project-${testInfo.workerIndex}-${Date.now()}`;
projectPath = path.join(TEST_TEMP_DIR, projectName);
fs.mkdirSync(projectPath, { recursive: true });