🔧 Add tests scripts in package.json (#2098)

This commit is contained in:
Alejandra
2026-01-20 22:42:07 +01:00
committed by GitHub
parent 8574ea4397
commit 54cd72e08d
2 changed files with 6 additions and 2 deletions

View File

@@ -6,6 +6,8 @@
],
"scripts": {
"dev": "bun run --filter frontend dev",
"lint": "bun run --filter frontend lint"
"lint": "bun run --filter frontend lint",
"test": "bun run --filter frontend test",
"test:ui": "bun run --filter frontend test:ui"
}
}