From 06764fe8d0d09040468f57d6654e8f0bdefb7518 Mon Sep 17 00:00:00 2001 From: cgewecke Date: Mon, 29 Jun 2020 07:00:29 -0700 Subject: [PATCH] Fix --testfiles example in BUIDLER_README --- BUIDLER_README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |