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",
"preview": "astro preview",
"astro": "astro",
"test": "playwright test"
"test": "playwright clear-cache && playwright test"
},
"dependencies": {
"@astrojs/solid-js": "^5.1.0",