Skip to content

Commit d491144

Browse files
committed
Tests
1 parent 809ee65 commit d491144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"scripts": {
44
"dev": "tailwindcss -i resources/css/settings.css -o build/css/settings.css --watch",
55
"build": "tailwindcss build -i resources/css/settings.css -o build/css/settings.css",
6-
"test:install": "playwright install --with-deps",
7-
"test": "playwright test"
6+
"tests:install": "playwright install --with-deps",
7+
"tests": "playwright test"
88
},
99
"devDependencies": {
1010
"@playwright/test": "^1.52.0",

0 commit comments

Comments
 (0)