Edited test

This commit is contained in:
Patrick Alvin Alcala 2025-08-26 17:58:50 +08:00
parent a8066ab7b1
commit 78b516a6a4

View file

@ -7,7 +7,7 @@
"build": "astro build", "build": "astro build",
"preview": "astro preview", "preview": "astro preview",
"astro": "astro", "astro": "astro",
"test": "playwright test" "test": "playwright clear-cache && playwright test"
}, },
"dependencies": { "dependencies": {
"@astrojs/solid-js": "^5.1.0", "@astrojs/solid-js": "^5.1.0",