Skip to content

Commit 9bf2999

Browse files
Update schema tests (#4127)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9a8db9f commit 9bf2999

File tree

5 files changed

+180
-301
lines changed

5 files changed

+180
-301
lines changed

test/schemas/.mocharc.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"colors": true,
3-
"extension": ["ts"],
3+
"extensions": ["ts"],
44
"require": "ts-node/register",
5+
"node-option": [
6+
"experimental-specifier-resolution=node",
7+
"loader=ts-node/esm"
8+
],
59
"slow": "500",
610
"spec": "src/**/*.spec.ts"
711
}

0 commit comments

Comments
 (0)