diff --git a/config/scripts.yaml b/config/scripts.yaml index d4e444c9b20..c29fb1c0c6f 100644 --- a/config/scripts.yaml +++ b/config/scripts.yaml @@ -13,7 +13,7 @@ _types: design: prettier: "npx prettier --write 'src/*.mjs' 'tests/*.mjs'" test: &test 'npx mocha tests/*.test.mjs' - testci: &testci 'npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js' + testci: &testci 'NODE_OPTIONS="--conditions=internal" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js' plugin: prettier: "npx prettier --write 'src/*.mjs' 'tests/*.mjs'" test: *test diff --git a/designs/aaron/package.json b/designs/aaron/package.json index 635b64c5233..ac5d1f31d81 100644 --- a/designs/aaron/package.json +++ b/designs/aaron/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/albert/package.json b/designs/albert/package.json index 7bfdccce0ae..69901a4afe0 100644 --- a/designs/albert/package.json +++ b/designs/albert/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/bee/package.json b/designs/bee/package.json index 0f98d304da0..cf30a45d3f5 100644 --- a/designs/bee/package.json +++ b/designs/bee/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/bella/package.json b/designs/bella/package.json index 05fa036a379..bc7e1698bc9 100644 --- a/designs/bella/package.json +++ b/designs/bella/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/benjamin/package.json b/designs/benjamin/package.json index 386b93575cd..ea71cdf5f08 100644 --- a/designs/benjamin/package.json +++ b/designs/benjamin/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/bent/package.json b/designs/bent/package.json index 4d64f368cc9..67c5df6b630 100644 --- a/designs/bent/package.json +++ b/designs/bent/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/bob/package.json b/designs/bob/package.json index e0478c86744..27ba487c22c 100644 --- a/designs/bob/package.json +++ b/designs/bob/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/breanna/package.json b/designs/breanna/package.json index 8cc51361517..c55f5c0a481 100644 --- a/designs/breanna/package.json +++ b/designs/breanna/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/brian/package.json b/designs/brian/package.json index c9011f7847e..f58dba85e48 100644 --- a/designs/brian/package.json +++ b/designs/brian/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/bruce/package.json b/designs/bruce/package.json index a5e0444f402..f58b8dac457 100644 --- a/designs/bruce/package.json +++ b/designs/bruce/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/carlita/package.json b/designs/carlita/package.json index 4c3eb61b863..e9b20224dc3 100644 --- a/designs/carlita/package.json +++ b/designs/carlita/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/carlton/package.json b/designs/carlton/package.json index 9f5ac8e2fd0..d4026668564 100644 --- a/designs/carlton/package.json +++ b/designs/carlton/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/cathrin/package.json b/designs/cathrin/package.json index 4ec6eb97b6c..b15f3cddcfd 100644 --- a/designs/cathrin/package.json +++ b/designs/cathrin/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/charlie/package.json b/designs/charlie/package.json index 12fdafb7849..cdfcb730261 100644 --- a/designs/charlie/package.json +++ b/designs/charlie/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/cornelius/package.json b/designs/cornelius/package.json index fd8bf5ad932..7cfb638f568 100644 --- a/designs/cornelius/package.json +++ b/designs/cornelius/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/diana/package.json b/designs/diana/package.json index 22187cd2897..0ae76c6d215 100644 --- a/designs/diana/package.json +++ b/designs/diana/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/examples/package.json b/designs/examples/package.json index 9715cac3797..6404acb72da 100644 --- a/designs/examples/package.json +++ b/designs/examples/package.json @@ -39,7 +39,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/florence/package.json b/designs/florence/package.json index f6d1dc033af..932444abcb8 100644 --- a/designs/florence/package.json +++ b/designs/florence/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/florent/package.json b/designs/florent/package.json index 84380c82e90..64cc6eb22d8 100644 --- a/designs/florent/package.json +++ b/designs/florent/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/hi/package.json b/designs/hi/package.json index 16ac7476ae0..e1f042e618e 100644 --- a/designs/hi/package.json +++ b/designs/hi/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/holmes/package.json b/designs/holmes/package.json index 79811bfa130..30a0d08180a 100644 --- a/designs/holmes/package.json +++ b/designs/holmes/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/hortensia/package.json b/designs/hortensia/package.json index fbb42cb5e82..efae18bf664 100644 --- a/designs/hortensia/package.json +++ b/designs/hortensia/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/huey/package.json b/designs/huey/package.json index bbed7c5eea3..a55413fe248 100644 --- a/designs/huey/package.json +++ b/designs/huey/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/hugo/package.json b/designs/hugo/package.json index bdfc8d3c1f1..0788782097b 100644 --- a/designs/hugo/package.json +++ b/designs/hugo/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/jaeger/package.json b/designs/jaeger/package.json index 7a14f1ebc29..0d85d1465f8 100644 --- a/designs/jaeger/package.json +++ b/designs/jaeger/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/legend/package.json b/designs/legend/package.json index 05cf20a3199..ec44ab52feb 100644 --- a/designs/legend/package.json +++ b/designs/legend/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/lucy/package.json b/designs/lucy/package.json index 93918e71eb4..9426672c94a 100644 --- a/designs/lucy/package.json +++ b/designs/lucy/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/lunetius/package.json b/designs/lunetius/package.json index e3f10f5b9ab..4c194e0b321 100644 --- a/designs/lunetius/package.json +++ b/designs/lunetius/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/magde/package.json b/designs/magde/package.json index aa15bf50050..be14dc14d46 100644 --- a/designs/magde/package.json +++ b/designs/magde/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/noble/package.json b/designs/noble/package.json index 34bf9ad6613..15d3012e589 100644 --- a/designs/noble/package.json +++ b/designs/noble/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/octoplushy/package.json b/designs/octoplushy/package.json index bcbc19c4108..c1ac7679d8d 100644 --- a/designs/octoplushy/package.json +++ b/designs/octoplushy/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/paco/package.json b/designs/paco/package.json index 4d4381bc5cb..13754bec37f 100644 --- a/designs/paco/package.json +++ b/designs/paco/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/penelope/package.json b/designs/penelope/package.json index 14cf5be2e95..dd7c48922f6 100644 --- a/designs/penelope/package.json +++ b/designs/penelope/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/plugintest/package.json b/designs/plugintest/package.json index c312d17c771..16da3875771 100644 --- a/designs/plugintest/package.json +++ b/designs/plugintest/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/rendertest/package.json b/designs/rendertest/package.json index 1b01f94091a..58e9edc81ed 100644 --- a/designs/rendertest/package.json +++ b/designs/rendertest/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/sandy/package.json b/designs/sandy/package.json index f1bf4fda58a..e231c7988bf 100644 --- a/designs/sandy/package.json +++ b/designs/sandy/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/shin/package.json b/designs/shin/package.json index a70dd2be95d..f5b2b006a46 100644 --- a/designs/shin/package.json +++ b/designs/shin/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/simon/package.json b/designs/simon/package.json index 96cadcf3ba4..cdc76aad454 100644 --- a/designs/simon/package.json +++ b/designs/simon/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/simone/package.json b/designs/simone/package.json index 5cbdad5dd91..d90691a155b 100644 --- a/designs/simone/package.json +++ b/designs/simone/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/sven/package.json b/designs/sven/package.json index 93a38ac37f2..06869824b5d 100644 --- a/designs/sven/package.json +++ b/designs/sven/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/tamiko/package.json b/designs/tamiko/package.json index 4143ab3edfb..26ee80a89bf 100644 --- a/designs/tamiko/package.json +++ b/designs/tamiko/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/teagan/package.json b/designs/teagan/package.json index 9bf7cba2c20..24adbcebe79 100644 --- a/designs/teagan/package.json +++ b/designs/teagan/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/tiberius/package.json b/designs/tiberius/package.json index c0c796dfb90..9af09c435a6 100644 --- a/designs/tiberius/package.json +++ b/designs/tiberius/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/titan/package.json b/designs/titan/package.json index e861746b8df..3aea6b76bb6 100644 --- a/designs/titan/package.json +++ b/designs/titan/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/trayvon/package.json b/designs/trayvon/package.json index 50a11c2a31c..84255d6518f 100644 --- a/designs/trayvon/package.json +++ b/designs/trayvon/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/tutorial/package.json b/designs/tutorial/package.json index 475ef0bfc45..3200ecb7c82 100644 --- a/designs/tutorial/package.json +++ b/designs/tutorial/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/unice/package.json b/designs/unice/package.json index c96fb1f3190..6dc549e47b0 100644 --- a/designs/unice/package.json +++ b/designs/unice/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/ursula/package.json b/designs/ursula/package.json index 1516130cc09..6bcd3658055 100644 --- a/designs/ursula/package.json +++ b/designs/ursula/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/wahid/package.json b/designs/wahid/package.json index cf2bdc0663e..48b466fa298 100644 --- a/designs/wahid/package.json +++ b/designs/wahid/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/walburga/package.json b/designs/walburga/package.json index a6d48119171..376a482b6d1 100644 --- a/designs/walburga/package.json +++ b/designs/walburga/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/waralee/package.json b/designs/waralee/package.json index 57330d1220a..e0f9260efc5 100644 --- a/designs/waralee/package.json +++ b/designs/waralee/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/designs/yuri/package.json b/designs/yuri/package.json index c7fa92141d5..5842caa179b 100644 --- a/designs/yuri/package.json +++ b/designs/yuri/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/nx.json b/nx.json index cbddad0d3c6..3c0327da12c 100644 --- a/nx.json +++ b/nx.json @@ -15,12 +15,6 @@ "wbuild": { "dependsOn": ["^wbuild", "prewbuild"] }, - "testci": { - "dependsOn": ["^build"] - }, - "lint": { - "dependsOn": [] - }, "e2e": { "dependsOn": ["prebuild"] } diff --git a/plugins/plugin-annotations/package.json b/plugins/plugin-annotations/package.json index b3c080c8e3a..ed58782eef3 100644 --- a/plugins/plugin-annotations/package.json +++ b/plugins/plugin-annotations/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/plugins/plugin-bundle/package.json b/plugins/plugin-bundle/package.json index 04b81a2f50b..c525ca55a35 100644 --- a/plugins/plugin-bundle/package.json +++ b/plugins/plugin-bundle/package.json @@ -45,7 +45,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/plugins/plugin-bust/package.json b/plugins/plugin-bust/package.json index d051f548114..7bfd067970f 100644 --- a/plugins/plugin-bust/package.json +++ b/plugins/plugin-bust/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/plugins/plugin-flip/package.json b/plugins/plugin-flip/package.json index 06527ec0617..220cc795249 100644 --- a/plugins/plugin-flip/package.json +++ b/plugins/plugin-flip/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/plugins/plugin-gore/package.json b/plugins/plugin-gore/package.json index 8f98c49fbd8..23468d6ab44 100644 --- a/plugins/plugin-gore/package.json +++ b/plugins/plugin-gore/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/plugins/plugin-i18n/package.json b/plugins/plugin-i18n/package.json index 3646700deeb..12b06336883 100644 --- a/plugins/plugin-i18n/package.json +++ b/plugins/plugin-i18n/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/plugins/plugin-measurements/package.json b/plugins/plugin-measurements/package.json index a6f65c879fd..ebed9f51916 100644 --- a/plugins/plugin-measurements/package.json +++ b/plugins/plugin-measurements/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/plugins/plugin-mirror/package.json b/plugins/plugin-mirror/package.json index 0a1ab5ce95d..29a2e05b60e 100644 --- a/plugins/plugin-mirror/package.json +++ b/plugins/plugin-mirror/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/plugins/plugin-round/package.json b/plugins/plugin-round/package.json index 156fa347dda..dbe94a0c300 100644 --- a/plugins/plugin-round/package.json +++ b/plugins/plugin-round/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/plugins/plugin-sprinkle/package.json b/plugins/plugin-sprinkle/package.json index fee8c98a0b2..bdc63b9e54a 100644 --- a/plugins/plugin-sprinkle/package.json +++ b/plugins/plugin-sprinkle/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/plugins/plugin-svgattr/package.json b/plugins/plugin-svgattr/package.json index 61b6f13c6a7..3c89dad5d4e 100644 --- a/plugins/plugin-svgattr/package.json +++ b/plugins/plugin-svgattr/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/plugins/plugin-theme/package.json b/plugins/plugin-theme/package.json index dfa2296cc94..1edac4f5c90 100644 --- a/plugins/plugin-theme/package.json +++ b/plugins/plugin-theme/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/plugins/plugin-timing/package.json b/plugins/plugin-timing/package.json index 2736235cb55..5351e012b8b 100644 --- a/plugins/plugin-timing/package.json +++ b/plugins/plugin-timing/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, diff --git a/plugins/plugin-versionfree-svg/package.json b/plugins/plugin-versionfree-svg/package.json index 590d5bcbc4b..aa060b58efb 100644 --- a/plugins/plugin-versionfree-svg/package.json +++ b/plugins/plugin-versionfree-svg/package.json @@ -44,7 +44,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", - "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" },