-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: migration from mswjs to internal solution (#16)
* feat: implement basic http interceptor * feat: adjust supergood to the new interceptor * feat: fixed tests and minor refactoring * test: refactor tests * test: add config for unit tests * refactor: add node 14 support * chore: remove index file for interceptor * 1.1.49-beta.0 * Ignore internal URLs by default * 1.1.49-beta.1 * Hoisting ignored domains * Added metadata to log better * Added space for no reason * 1.1.49-beta.2 * test: add unit tests for interception logic * test: remove redundant test * Add more metadata for debugging (#18) * Adding additional metadata * Add request urls * Fixed up metadata * Add request URL * Add more metadata for debugging * Add partial match for ignored domains (#20) * Adding partial matches for included domains * Added partial string matching for ignored domains * 1.1.49-beta.4 * feat: allow to intercept fetch requests * chore: update scripts * chore: disable logger for a while * refactor: remove redundant logging * test: refactor tests and use new matchers --------- Co-authored-by: Alex Klarfeld <[email protected]> Co-authored-by: Alex Klarfeld <[email protected]>
- Loading branch information
1 parent
f0ceb7f
commit 1abeb9f
Showing
52 changed files
with
3,777 additions
and
1,679 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
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
Oops, something went wrong.