Skip to content

Commit 8ce14e1

Browse files
committed
update readme
1 parent 1c8e45a commit 8ce14e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

evm-tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sh get-metadata.sh
2323
## run all tests
2424

2525
```bash
26-
yarn test
26+
yarn run test
2727
```
2828

2929
## To run a particular test case, you can pass an argument with the name or part of

evm-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"scripts": {
3-
"test": "mocha --timeout 999999 --require ts-node/register test/eth.sub*test.ts"
3+
"test": "mocha --timeout 999999 --require ts-node/register test/*test.ts"
44
},
55
"keywords": [],
66
"author": "",

0 commit comments

Comments
 (0)