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

feat: ignore URL params on matching #115

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

tenorok
Copy link

@tenorok tenorok commented Jun 14, 2022

#78

const channel = addons.getChannel();
faker.makeInitialRequestMap(parameters);
faker.makeInitialRequestMap(options.concat(parameters));
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At the same time I supported story options.

@@ -1,3 +1,21 @@
declare const withMock: (storyFn: any) => any;
declare const withMock: (options: RequestInfo[]) => any;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And also by the way I wrote base types for TypeScript, if you don't mind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant