You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| file |`--file="test/registry/*.js"`| Filename or glob describing a subset of JS tests to run. (Globs must be enclosed by quotes.)|
44
+
| file (Truffle) |`--file="test/registry/*.js"`| Filename or glob describing a subset of JS tests to run. (Globs must be enclosed by quotes.)|
45
+
| testFiles (Buidler) |`--testFiles test/file.js`| JS test file(s) to run.|
45
46
| solcoverjs |`--solcoverjs ./../.solcover.js`| Relative path from working directory to config. Useful for monorepo packages that share settings. (Path must be "./" prefixed) |
46
-
| network |`--network development`| Use network settings defined in the Truffle config |
47
+
| network |`--network development`| Use network settings defined in the Truffle or Buidler config |
47
48
| 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