The tests work
This commit is contained in:
+3
-6
@@ -15,7 +15,7 @@
|
||||
"build:unsafe": "tsc --nocheck --noEmitOnError false || true && npm run build:copy-scripts",
|
||||
"syntax": "tsc --noEmit",
|
||||
"start": "SYNC_SERVER_URL=https://v2.sync.xo.harvmaster.com node dist/index.js",
|
||||
"test": "vitest --run --passWithNoTests",
|
||||
"test": "vitest --run --passWithNoTests --test-timeout=15000",
|
||||
"test:watch": "vitest",
|
||||
"test:coverage": "vitest run --coverage --passWithNoTests",
|
||||
"format": "prettier --write \"**/*.{js,ts,md,json}\" --ignore-path .gitignore",
|
||||
@@ -31,9 +31,6 @@
|
||||
"cli",
|
||||
"tui"
|
||||
],
|
||||
"overrides": {
|
||||
"@xo-cash/utils": "^0.0.5-test.20260831095544025"
|
||||
},
|
||||
"author": "General Protocols",
|
||||
"license": "ISC",
|
||||
"description": "XO Wallet CLI - Terminal User Interface for XO crypto wallet",
|
||||
@@ -43,11 +40,11 @@
|
||||
"@electrum-cash/protocol": "^2.3.1",
|
||||
"@generalprotocols/oracle-client": "^0.0.1-development.11945476152",
|
||||
"@xo-cash/crypto": "^0.0.2",
|
||||
"@xo-cash/engine": "file:../engine",
|
||||
"@xo-cash/engine": "^0.0.2-cli.20260907103534754",
|
||||
"@xo-cash/state": "^0.0.3",
|
||||
"@xo-cash/templates": "^0.0.3",
|
||||
"@xo-cash/types": "^0.0.5",
|
||||
"@xo-cash/utils": "^0.0.5-test.20260831095544025",
|
||||
"@xo-cash/utils": "^0.0.6-cli.20260907041319224",
|
||||
"better-sqlite3": "^12.6.2",
|
||||
"clipboardy": "^5.1.0",
|
||||
"ink": "^6.6.0",
|
||||
|
||||
Reference in New Issue
Block a user