--- a/README.md +++ b/README.md @@ -238,11 +238,16 @@ ### Apply formatting and clippy fixes ```bash -cargo clippy --fix -Z unstable-options --allow-dirty --allow-staged +cargo clippy cargo fmt ``` ### Format tests ```bash pushd tests && yarn fix ; popd +``` + +### Check code style in tests +```bash +cd tests && yarn eslint --ext .ts,.js src/ ``` \ No newline at end of file