MCPcopy
hub / github.com/TheAlgorithms/JavaScript / LRUCache.test.js

File LRUCache.test.js

Cache/test/LRUCache.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import LRUCache from '../LRUCache'
2import { fibonacciCache } from './cacheTest'
3
4describe('Testing LRUCache', () => {

Callers

nothing calls this directly

Calls 5

fibonacciCacheFunction · 0.90
setMethod · 0.45
getMethod · 0.45
toStringMethod · 0.45
parseMethod · 0.45

Tested by

no test coverage detected