diff --git a/BUIDLER_README.md b/BUIDLER_README.md index 48b3229..9c1d320 100644 --- a/BUIDLER_README.md +++ b/BUIDLER_README.md @@ -46,7 +46,7 @@ npx buidler coverage --network coverage [options] | Option | Example | Description | |--------------|------------------------------------|--------------------------------| -| testfiles | `--testfiles test/file.js` | JS test file(s) to run.| +| testfiles | `--testfiles="test/registry/*.ts"` | Test file(s) to run. (Globs must be enclosed by quotes.)| | solcoverjs | `--solcoverjs ./../.solcover.js` | Relative path from working directory to config. Useful for monorepo packages that share settings. (Path must be "./" prefixed) | | network | `--network development` | Use network settings defined in the Buidler config |