Skip to content

Commit

Permalink
Update node.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
EdamAme-x authored Nov 22, 2024
1 parent 4bf68c6 commit 8abc420
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/router/trie-router/node.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ describe('Name path', () => {
node.insert('get', '/resource/a', 'A')
node.insert('get', '/resource/*', 'Star')
const [res] = node.search('get', '/resource/a')
console.log(res)
expect(res).not.toBeNull()
expect(res.length).toBe(2)
expect(res[0][0]).toEqual('A')
Expand Down

0 comments on commit 8abc420

Please sign in to comment.