Skip to content

Commit

Permalink
fix: playwright test - no tests found (#154)
Browse files Browse the repository at this point in the history
* fix: no tests found

* upgrade @sveltejs/kit
  • Loading branch information
depapp committed Feb 21, 2023
1 parent 19d14a7 commit 083c168
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@playwright/test": "^1.28.1",
"@sveltejs/adapter-auto": "^1.0.0",
"@sveltejs/kit": "^1.0.1",
"@sveltejs/kit": "^1.8.3",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const config = {
command: "npm run build && npm run preview",
port: 4173,
},
testMatch: "tests/**/.*(test|spec).(js|ts)",
testDir: "tests",
};

export default config;
35 changes: 21 additions & 14 deletions pnpm-lock.yaml

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

0 comments on commit 083c168

Please sign in to comment.