chore: added new command for ts test

This commit is contained in:
Lioncat2002 2022-12-10 13:22:18 +05:30
parent 7140908e1b
commit 15e22473cd
No known key found for this signature in database
1 changed files with 3 additions and 2 deletions

View File

@ -16,9 +16,10 @@
"test": "jest --detectOpenHandles",
"start:lite-rpc": "lite-rpc",
"test:validator": "start-server-and-test './scripts/run.sh & target/debug/lite-rpc --port 9000 --subscription-port 9001 --rpc-url http://localhost:8899 --websocket-url ws://localhost:8900/' http://localhost:8899/health test"
"test:validator": "start-server-and-test ' ./scripts/run.sh & target/debug/lite-rpc --port 9000 --subscription-port 9001 --rpc-url http://localhost:8899 --websocket-url ws://localhost:8900/' http://localhost:8899/health test"
},
"devDependencies": {
"typescript": "^4.8.4"
}
}
}