We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 685e995 + 218e89e commit 83fb0f3Copy full SHA for 83fb0f3
tests/report_schema.test.ts
@@ -1,5 +1,5 @@
1
-import Ajv2020, { type ErrorObject } from "npm:ajv/dist/2020.js";
2
-import addFormats from "npm:ajv-formats@2";
+import Ajv2020, { type ErrorObject } from "ajv2020";
+import addFormats from "ajv-formats";
3
4
import schema from "../schemas/report.schema.json" with { type: "json" };
5
import validExample from "../schemas/examples/report.valid.minimal.json" with {
0 commit comments