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 671b564 commit 4c8eeafCopy full SHA for 4c8eeaf
src/utils.test.ts
@@ -9,9 +9,6 @@ describe('utils', () => {
9
'userId',
10
'postId',
11
]);
12
-
13
- expect(parseParams('posts?author=:author')).toEqual(['author']);
14
- expect(parseParams('posts/:id?user=:userName')).toEqual(['id', 'userName']);
15
});
16
17
it('replaceParams', () => {
0 commit comments