We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6791291 commit 010389bCopy full SHA for 010389b
test/jest/utils.spec.ts
@@ -133,12 +133,7 @@ describe('Utils', () => {
133
});
134
135
it('returns an empty object if there are no query parameters', () => {
136
- expect(
137
- queryStringParser('https://www.example.com', [
138
- 'foo',
139
- 'narf',
140
- ])
141
- ).toEqual({});
+ expect(queryStringParser('https://www.example.com', ['foo', 'narf'])).toEqual({});
142
143
144
it('returns an object with all the query string parameters if no keys are passed', () => {
0 commit comments