Skip to content

Commit f7a46f6

Browse files
committed
refactor: change module system routing integration
1 parent 4632676 commit f7a46f6

38 files changed

+1539
-1716
lines changed

e2e_tests/tests_omni_full/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
},
1313
"devDependencies": {
1414
"@biomejs/biome": "2.2.6",
15-
"@playwright/test": "^1.56.1",
16-
"@types/node": "^24.3.0",
15+
"@playwright/test": "^1.57.0",
16+
"@types/node": "^24.10.4",
1717
"cors": "^2.8.5",
18-
"express": "^5.1.0",
19-
"playwright": "^1.56.1"
18+
"express": "^5.2.1",
19+
"playwright": "^1.57.0"
2020
}
2121
}

e2e_tests/tests_omni_full/playwright.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ export default defineConfig({
3636
reuseExistingServer: !process.env.CI,
3737
},
3838
{
39-
command: "cd ../../backend && rm *.db && uv run uvicorn modai.main:app",
39+
command: "cd ../../backend && rm -f *.db && uv run uvicorn modai.main:app",
4040
url: "http://localhost:8000/api/v1/health",
4141
reuseExistingServer: !process.env.CI,
4242
},
4343
{
44-
command: "node src/mock-openai-server.js",
44+
command: "node --preserve-symlinks-main src/mock-openai-server.js",
4545
url: "http://localhost:3001",
4646
reuseExistingServer: !process.env.CI,
4747
},

0 commit comments

Comments
 (0)