Pinned
2,432 contributions in the last year
Less
More
Contribution activity
February 2021
Created 140 commits in 10 repositories
Created 2 repositories
- kettanaito/page-with TypeScript
- kettanaito/create-typescript-library TypeScript
Opened 16 other pull requests in 5 repositories
mswjs/msw
1
open
10
merged
- Adds tests for "GraphQLHandler" class
- Exports previously exported types, drops "Type" suffix from types
- CLI: Fixes "INIT_CWD"/"CWD" for standalone and in-script execution
- Automatically updates the worker script if the "msw" property is set in "package.json"
- Updates library logo
- Adds FormData request body integration test
- TypeScript: Fixes declarations auto-import
- Updates dependencies
- Uses "page-with" for example-based testing
- Groups response body tests
- Awaits responses in tests by request UUID
mswjs/mswjs.io
1
open
1
merged
kettanaito/fs-teardown
1
closed
kentcdodds/bookshelf
1
merged
mswjs/examples
1
merged
Reviewed 21 pull requests in 6 repositories
mswjs/msw 12 pull requests
- refactor: throw on start fail, vs null return
- Automatically updates the worker script if the "msw" property is set in "package.json"
- Supports the interception of requests issued in an iframe
- TypeScript: Fixes declarations auto-import
- feat: implement virtual cookie store
- fix: abort pending requests
- build: validate types
- Start option to share a client across all other client requests
- Adds type checking for GraphQL data payload
- Skip one-time request handlers inside the response reducer so it handles a scenario with parallel requests
- fix renamed type (OnUnhandledRequest -> UnhandledRequestStrategy)
- fix: getCallFrame does not need to throw
kettanaito/naming-cheatsheet 4 pull requests
mswjs/node-request-interceptor 2 pull requests
mswjs/examples 1 pull request
mswjs/mswjs.io 1 pull request
github/fetch 1 pull request
Created an issue in mswjs/msw that received 5 comments
Make the worker updates half-automatic
Current behavior When the worker registers, the client-side of the library sends a message to it with the latest worker's checksum to know if your …
5
comments