Skip to content

Commit 218e89e

Browse files
authored
Update imports for Ajv2020 and ajv-formats
1 parent 685e995 commit 218e89e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/report_schema.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import Ajv2020, { type ErrorObject } from "npm:ajv/dist/2020.js";
2-
import addFormats from "npm:ajv-formats@2";
1+
import Ajv2020, { type ErrorObject } from "ajv2020";
2+
import addFormats from "ajv-formats";
33

44
import schema from "../schemas/report.schema.json" with { type: "json" };
55
import validExample from "../schemas/examples/report.valid.minimal.json" with {

0 commit comments

Comments
 (0)