Skip to content

Commit f5a5daa

Browse files
committed
refactor: add assertExists to improve validation checks in BaseProvider tests
1 parent 40528b8 commit f5a5daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/schema/providers/base-provider.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {BaseProvider} from "../../../../src/schema/providers/base-provider.js";
22
import {ValidationResult} from "../../../../src/schema/validation-result.js";
3-
import { assertEquals, assert } from "jsr:@std/assert";
3+
import { assertEquals, assert, assertExists } from "jsr:@std/assert";
44

55
Deno.test("BaseProvider:parse", async () => {
66
const template = "<div>__field__</div>";

0 commit comments

Comments
 (0)