Skip to content

Commit 85ef311

Browse files
authored
Update vite (#31)
* Update vite and vitest * Stop using xvfb-run
1 parent 74d9fe9 commit 85ef311

File tree

3 files changed

+423
-240
lines changed

3 files changed

+423
-240
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
run_install: |
116116
cwd: pyodide-e2e
117117
118-
- run: xvfb-run -a pnpm test
118+
- run: pnpm test
119119
working-directory: pyodide-e2e
120120

121121

pyodide-e2e/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
},
1414
"devDependencies": {
1515
"@types/node": "^20.4.3",
16-
"@vitest/browser": "^0.34.6",
16+
"@vitest/browser": "^1.2.2",
1717
"@xenova/transformers": "^2.4.2",
1818
"chokidar-cli": "^3.0.0",
1919
"npm-run-all": "^4.1.5",
2020
"pyodide": "^0.23.4",
2121
"typescript": "^5.0.2",
22-
"vite": "^4.4.0",
23-
"vitest": "^0.34.6",
22+
"vite": "^5.0.12",
23+
"vitest": "^1.2.2",
2424
"webdriverio": "^8.20.0"
2525
}
2626
}

0 commit comments

Comments
 (0)