Skip to content

Commit

Permalink
Update schema tests (#4127)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
ssbarnea and pre-commit-ci[bot] authored Apr 30, 2024
1 parent 9a8db9f commit 9bf2999
Show file tree
Hide file tree
Showing 5 changed files with 180 additions and 301 deletions.
6 changes: 5 additions & 1 deletion test/schemas/.mocharc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"colors": true,
"extension": ["ts"],
"extensions": ["ts"],
"require": "ts-node/register",
"node-option": [
"experimental-specifier-resolution=node",
"loader=ts-node/esm"
],
"slow": "500",
"spec": "src/**/*.spec.ts"
}
Loading

0 comments on commit 9bf2999

Please sign in to comment.