Skip to content

Commit 62f856d

Browse files
authored
Fix --testfiles README example
1 parent 917c264 commit 62f856d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ npx buidler coverage --network coverage [command-options]
7373
## Command Options
7474
| Option <img width=200/> | Example <img width=750/>| Description <img width=1000/> |
7575
|--------------|------------------------------------|--------------------------------|
76-
| file | `--file="test/registry/*.js"` | (Truffle) Filename or glob describing a subset of JS tests to run. (Globs must be enclosed by quotes.)|
77-
| testfiles | `--testfiles test/file.js` | (Buidler) JS test file(s) to run.|
76+
| file | `--file="test/registry/*.js"` | (Truffle) Filename or glob describing a subset of tests to run. (Globs must be enclosed by quotes.)|
77+
| testfiles | `--testfiles="test/registry/*.ts"` | (Buidler) Test file(s) to run. (Globs must be enclosed by quotes.)|
7878
| solcoverjs | `--solcoverjs ./../.solcover.js` | Relative path from working directory to config. Useful for monorepo packages that share settings. (Path must be "./" prefixed) |
7979
| network | `--network development` | Use network settings defined in the Truffle or Buidler config |
8080
| temp[<sup>*</sup>][14] | `--temp build` | :warning: **Caution** :warning: Path to a *disposable* folder to store compilation artifacts in. Useful when your test setup scripts include hard-coded paths to a build directory. [More...][14] |

0 commit comments

Comments
 (0)