diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-03-31 19:53:51 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-03-31 19:53:51 -0300 |
| commit | 90b0f3ebb163e05aa47aec66bf16ddaa03739546 (patch) | |
| tree | 7f271020b791d7ef432d97bbddfba4a736d85291 /.taprc | |
| parent | 727e1f0b4f6361a38a12489675b8f8c892040d65 (diff) | |
test: move lib functions into one (short!) file
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 |