diff options
Diffstat (limited to '.taprc')
| -rw-r--r-- | .taprc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.taprc b/.taprc index 01ac7b62..3d4523f3 100644 --- a/.taprc +++ b/.taprc @@ -1,6 +1,6 @@ # vim: set filetype=yaml : coverage-map: coverage-map.js exclude: - - test/lib/* + - test/test-lib.js test-env: - CLICOLOR_FORCE=0 |