summaryrefslogtreecommitdiffstats
path: root/test/schemas/.mocharc.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:24:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:24:58 +0000
commitba233a0cbad76b4783a03893e7bf4716fbc0f0ec (patch)
treead369728c1edbe3631c8150585659078ae5d7d0b /test/schemas/.mocharc.json
parentReleasing progress-linux version 6.17.2-3~progress7.99u1. (diff)
downloadansible-lint-ba233a0cbad76b4783a03893e7bf4716fbc0f0ec.tar.xz
ansible-lint-ba233a0cbad76b4783a03893e7bf4716fbc0f0ec.zip
Merging upstream version 24.6.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/schemas/.mocharc.json')
-rw-r--r--test/schemas/.mocharc.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/schemas/.mocharc.json b/test/schemas/.mocharc.json
index 0148197..c3b1d46 100644
--- a/test/schemas/.mocharc.json
+++ b/test/schemas/.mocharc.json
@@ -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"
}