Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browser tests #1

Merged
merged 13 commits into from
Sep 16, 2023
Prev Previous commit
bun test attempt
jcs224 committed Sep 16, 2023
commit 44672bb0d7a7c22a53e2a0b82bdcea12d6c037e2
3 changes: 0 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -119,9 +119,6 @@ jobs:
- name: Install bun example server
working-directory: ./test/bun
run: bun install
- name: Create bun link for library
working-directory: ./npm
run: bun link
- name: Run Playwright tests
working-directory: ./playwright
run: npx playwright test
Binary file modified test/bun/bun.lockb
Binary file not shown.
3 changes: 2 additions & 1 deletion test/bun/package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,8 @@
"dev": "bun run --hot src/index.ts"
},
"dependencies": {
"hono": "3.5.8"
"hono": "3.5.8",
"hono-sessions": "../../npm"
},
"devDependencies": {
"bun-types": "^0.6.2"