diff --git a/README.md b/README.md index 4f296f01..884acac8 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ cargo install wasm-pack ## Running Tests ```shell -turbo test +pnpm test ``` Playwright is used for e2e testing. You may be prompted with a command to install it. @@ -102,6 +102,14 @@ To build and run the Rust tests: cargo test ``` +## git blame + +To ignore commits used purely for formatting changes, to preserve correct authorship, set your local git config: + +```shell +git config blame.ignoreRevsFile .git-blame-ignore-revs +``` + ## Contributing We are actively seeking contributors! Please join the [Discord](https://discord.gg/qJCsKJeyZv) and come help out!