mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-16 20:49:23 +00:00
test: add some tests
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
"build": "next build",
|
||||
"analyze": "ANALYZE=true next build",
|
||||
"start": "serve out",
|
||||
"test": "playwright test",
|
||||
"test:update": "playwright test --update-snapshots",
|
||||
"test:report": "playwright show-report",
|
||||
"deploy": "firebase deploy --project devtoysweb",
|
||||
"check": "pnpm typecheck && pnpm lint && pnpm format:check",
|
||||
"fix": "pnpm lint:fix && pnpm format:write",
|
||||
@@ -56,6 +59,7 @@
|
||||
"devDependencies": {
|
||||
"@ianvs/prettier-plugin-sort-imports": "^4.0.1",
|
||||
"@next/bundle-analyzer": "13.4.12",
|
||||
"@playwright/test": "^1.39.0",
|
||||
"@types/create-hash": "^1.2.2",
|
||||
"@types/html-escaper": "^3.0.0",
|
||||
"@types/js-yaml": "^4.0.5",
|
||||
|
||||
Reference in New Issue
Block a user