feat: LRU tests

This commit is contained in:
mpaulson 2022-08-09 20:06:24 -06:00
parent 8b4725a628
commit a7a1de34f5
2 changed files with 26 additions and 4 deletions

View file

@ -50,7 +50,7 @@ module.exports = {
properties: [{
name: "length",
type: "number",
scope: "public",
scope: "private",
}]
},
MinHeap: {