diff --git a/README.md b/README.md index 89033b4..9186c17 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This will run `make install_tests` and `make run_tests` To run a specific tests (here the send test): ``` cd tests -sudo jest --runInBand --detectOpenHandles src/send.test.js +jest --runInBand --detectOpenHandles src/send.test.js ``` Make sure you're in the `tests` folder before running `jest` or `yarn test`. @@ -66,4 +66,4 @@ Then copy the binary to the `tests/elfs` folder (in this case, compiled with SDK cp bin/app.elf tests/elfs/ethereum_nanos.elf ``` -Repeat the operation for a binary compiled with nanoX SDK and change for `ethereum_nanox.elf`. \ No newline at end of file +Repeat the operation for a binary compiled with nanoX SDK and change for `ethereum_nanox.elf`.