summaryrefslogtreecommitdiff
path: root/cli/tests/node_compat/config.json
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2023-02-17 23:58:52 +0900
committerGitHub <noreply@github.com>2023-02-17 23:58:52 +0900
commita01af067d79e78ea8e2c21cf0ef92d86d425f8eb (patch)
treeb6345e86f04b61effd2be9b5dfd8c48507de7d65 /cli/tests/node_compat/config.json
parent1a7666a6ca63b3dc6872d8f4631a2799af534159 (diff)
test: add node compat tests (#17805)
Diffstat (limited to 'cli/tests/node_compat/config.json')
-rw-r--r--cli/tests/node_compat/config.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/cli/tests/node_compat/config.json b/cli/tests/node_compat/config.json
new file mode 100644
index 000000000..e032c699d
--- /dev/null
+++ b/cli/tests/node_compat/config.json
@@ -0,0 +1,13 @@
+{
+ "nodeVersion": "18.12.1",
+ "ignore": {},
+ "tests": {
+ "parallel": [
+ "test-assert-fail.js",
+ "test-assert-strict-exists.js",
+ "test-btoa-atob.js"
+ ]
+ },
+ "windowsIgnore": {},
+ "darwinIgnore": {}
+}