Skip to content

Commit

Permalink
del playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed Oct 20, 2023
1 parent 4ce8835 commit 634a7f9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 39 deletions.
20 changes: 4 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,15 @@
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "npm run test:integration && npm run test:unit",
"test": "vitest",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"test:integration": "playwright test",
"test:unit": "vitest"
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@fontsource/fira-mono": "^4.5.10",
"@neoconfetti/svelte": "^1.0.0",
"@playwright/test": "^1.28.1",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.20.4",
"@types/cookie": "^0.5.1",
Expand Down
12 changes: 0 additions & 12 deletions playwright.config.ts

This file was deleted.

6 changes: 0 additions & 6 deletions tests/test.ts

This file was deleted.

0 comments on commit 634a7f9

Please sign in to comment.