-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit 7aa886c
test(hono): Fix hono e2e tests (#18000)
ATM there are failing Hono E2E tests (e.g.
[here](https://github.com/getsentry/sentry-javascript/actions/runs/18714106732/job/53370082672?pr=17998)),
which print out following:
```sh
Error: src/index.ts(20,3): error TS2584: Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.
```
The reason was, that the types were not there yet. I just wonder why it
was working before. In follow up PRs I will try to update Cloudflare
tests with its integrations.1 parent f895f09 commit 7aa886c
File tree
2 files changed
+2
-0
lines changed- dev-packages/e2e-tests/test-applications/cloudflare-hono
2 files changed
+2
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | + | ||
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | + | ||
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments