Skip to content

Commit

Permalink
move self lookup out of router guards
Browse files Browse the repository at this point in the history
Signed-off-by: Liam Stanley <[email protected]>
  • Loading branch information
lrstanley committed Sep 3, 2022
1 parent 8e099e2 commit 738692c
Show file tree
Hide file tree
Showing 7 changed files with 83 additions and 23 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ node-lint: node-build # needed to generate eslint auto-import ignores.
--ext .js,.ts,.vue .

node-test: node-prepare
cd public; pnpm exec playwright install-deps
cd public; pnpm exec playwright test

node-debug: node-prepare
Expand Down
2 changes: 1 addition & 1 deletion public/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const config: PlaywrightTestConfig = {
testDir: "./tests",
outputDir: "./tests/output/",
webServer: {
command: "pnpm run server",
command: "pnpm exec vite",
port: 8081,
timeout: 30 * 1000,
reuseExistingServer: !process.env.CI,
Expand Down
Loading

0 comments on commit 738692c

Please sign in to comment.