Skip to content

Commit 06764fe

Browse files
authored
Fix --testfiles example in BUIDLER_README
1 parent 62f856d commit 06764fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUIDLER_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ npx buidler coverage --network coverage [options]
4646

4747
| Option <img width=200/> | Example <img width=750/>| Description <img width=1000/> |
4848
|--------------|------------------------------------|--------------------------------|
49-
| testfiles | `--testfiles test/file.js` | JS test file(s) to run.|
49+
| testfiles | `--testfiles="test/registry/*.ts"` | Test file(s) to run. (Globs must be enclosed by quotes.)|
5050
| solcoverjs | `--solcoverjs ./../.solcover.js` | Relative path from working directory to config. Useful for monorepo packages that share settings. (Path must be "./" prefixed) |
5151
| network | `--network development` | Use network settings defined in the Buidler config |
5252

0 commit comments

Comments
 (0)