-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: background-worker compatibiltiy
update transport tests fix test suite fix linting issues fix linting issues downgrade jest version number package downgrade fix test suite cleanup comment fix package version linting add comments on Cloudflare workers add comments on Cloudflare workers fix references to document
- Loading branch information
1 parent
2a4dd4e
commit 9dac42a
Showing
17 changed files
with
5,175 additions
and
1,681 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,6 @@ node_modules | |
*/**/dist | ||
*/**/.DS_Store | ||
*/**/node_modules | ||
|
||
lerna-debug.log | ||
browserstack.err |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// require("isomorphic-fetch") // Sets up globals for things like fetch, Response, Headers, Request, etc that are part of Node 18. | ||
const fetchMock = require('jest-fetch-mock') | ||
fetchMock.enableFetchMocks() |
Oops, something went wrong.