Skip to content

Commit 4c8eeaf

Browse files
committed
Remove incorrect tests
1 parent 671b564 commit 4c8eeaf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/utils.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ describe('utils', () => {
99
'userId',
1010
'postId',
1111
]);
12-
13-
expect(parseParams('posts?author=:author')).toEqual(['author']);
14-
expect(parseParams('posts/:id?user=:userName')).toEqual(['id', 'userName']);
1512
});
1613

1714
it('replaceParams', () => {

0 commit comments

Comments
 (0)