Skip to content

Commit

Permalink
test: add test for lru-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 8, 2023
1 parent 0ec20f9 commit a9965a8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/drivers/lru-cache.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { describe } from "vitest";
import driver from "../../src/drivers/lru-cache";
import { testDriver } from "./utils";

describe("drivers: lru-cache", () => {
testDriver({
driver: driver(),
});
});

0 comments on commit a9965a8

Please sign in to comment.