feat: quick update to limgachine.
This commit is contained in:
parent
60d75e1996
commit
29ba2cd3ab
11 changed files with 28 additions and 15 deletions
|
|
@ -13,7 +13,7 @@ test("Trie", function() {
|
|||
"foolish",
|
||||
]);
|
||||
|
||||
trie.remove("fool");
|
||||
trie.delete("fool");
|
||||
|
||||
expect(trie.find("fo").sort()).toEqual([
|
||||
"foo",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue