Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Sep 9, 2024
1 parent 4fd4973 commit 707b946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/utils.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { expect } from "vitest";
import Ajv, { Options as AjvOptions } from "ajv";
import addFormats from "ajv-formats";
import { readFileSync, writeFileSync } from "fs";
Expand Down

0 comments on commit 707b946

Please sign in to comment.