Skip to content

Commit 92cfe52

Browse files
committed
services/relayer: disable older tests
1 parent c59a325 commit 92cfe52

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/services/relayer/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"scripts": {
99
"build": "tsc",
1010
"dev": "tsc --watch",
11-
"test": "pnpm test:concurrently 'pnpm test:run'",
12-
"test:run": "pnpm test:file tests/**/*.spec.ts",
13-
"test:file": "NODE_OPTIONS='--import tsx' mocha --timeout 60000",
14-
"test:concurrently": "concurrently -k --success first 'pnpm start:hardhat > /dev/null' ",
11+
"old-test": "pnpm test:concurrently 'pnpm test:run'",
12+
"old-test:run": "pnpm test:file tests/**/*.spec.ts",
13+
"old-test:file": "NODE_OPTIONS='--import tsx' mocha --timeout 60000",
14+
"old-test:concurrently": "concurrently -k --success first 'pnpm start:hardhat > /dev/null' ",
1515
"start:hardhat": "pnpm hardhat node --port 9547",
1616
"typecheck": "tsc --noEmit"
1717
},

0 commit comments

Comments
 (0)