Skip to content

Commit

Permalink
test(endpoint-cache): set type for endpointCache
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Apr 30, 2024
1 parent e25d416 commit a67285d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/endpoint-cache/src/EndpointCache.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { EndpointCache } from "./EndpointCache";
jest.mock("mnemonist/lru-cache");

describe(EndpointCache.name, () => {
let endpointCache;
let endpointCache: EndpointCache;
const capacity = 100;
const key = "key";

Expand Down

0 comments on commit a67285d

Please sign in to comment.