We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8e45a commit 8ce14e1Copy full SHA for 8ce14e1
evm-tests/README.md
@@ -23,7 +23,7 @@ sh get-metadata.sh
23
## run all tests
24
25
```bash
26
-yarn test
+yarn run test
27
```
28
29
## To run a particular test case, you can pass an argument with the name or part of
evm-tests/package.json
@@ -1,6 +1,6 @@
1
{
2
"scripts": {
3
- "test": "mocha --timeout 999999 --require ts-node/register test/eth.sub*test.ts"
+ "test": "mocha --timeout 999999 --require ts-node/register test/*test.ts"
4
},
5
"keywords": [],
6
"author": "",
0 commit comments