Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support running specific tests via npm run test
Update the package.json/scripts/test entry to include a `--` suffix so that we can run specific tests via `npm run test`, for example `npm run test -- -t 'viem'`. Without this suffix, using `-- -t '...'` doesn't work, but `npm run test:node` does.
- Loading branch information