2
0
mirror of https://github.com/tenrok/maska.git synced 2026-06-08 17:22:27 +03:00

test: alpine tests

This commit is contained in:
Alexander Shabunevich
2024-04-21 20:56:51 +03:00
parent d8d2f75446
commit 49658fc7d6
4 changed files with 152 additions and 1 deletions
+1
View File
@@ -11,6 +11,7 @@ tasks:
dev:vue: npm run dev --workspace=packages/vue
code:test: npm run test --workspaces
code:test-alpine: npm run test --workspace=packages/alpine
code:coverage: npm run test:coverage --workspaces
code:lint: npm run lint --workspaces
code:format: npm run lint:fix --workspaces