Skip to content

Commit 46e1dfd

Browse files
committed
chore: remove INTEGRATION env var from test script and relax repl node engine
- test:integration no longer requires INTEGRATION=true env var - repl package engines.node relaxed from >=22 to >=10
1 parent 5ae79c4 commit 46e1dfd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"test:all": "TESTNET=true vitest run --project framework --project driver --project connex --project connex-browser --project connex-browser-testnet",
77
"test:watch": "vitest",
88
"test:coverage": "vitest run --coverage",
9-
"test:integration": "INTEGRATION=true vitest run --project framework-integration --project driver-integration",
9+
"test:integration": "vitest run --project framework-integration --project driver-integration",
1010
"test:browser": "vitest run --project connex-browser",
1111
"test:browser:ui": "vitest --project connex-browser --ui",
1212
"test:browser:testnet": "TESTNET=true vitest run --project connex-browser-testnet",

packages/repl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "dist/index.js",
66
"engines": {
7-
"node": ">=22.0.0"
7+
"node": ">=10.0.0"
88
},
99
"files": [
1010
"dist"

0 commit comments

Comments
 (0)