summaryrefslogtreecommitdiff
path: root/.dprint.json
diff options
context:
space:
mode:
authorCasper Beyer <caspervonb@pm.me>2021-10-06 13:05:18 +0800
committerGitHub <noreply@github.com>2021-10-06 07:05:18 +0200
commitd5b38a992933db5cb2d0221e9d82af191022dad5 (patch)
tree6684046be562d51e166d9396309724e76259c595 /.dprint.json
parent10c415eaaa472ea4d28108dc99e5ae1c090b5bae (diff)
fix(cli): ensure empty lines don't count towards coverage (#11957)
Diffstat (limited to '.dprint.json')
-rw-r--r--.dprint.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.dprint.json b/.dprint.json
index 56397dfd9..78da48b9d 100644
--- a/.dprint.json
+++ b/.dprint.json
@@ -19,6 +19,7 @@
"cli/dts/lib.scripthost.d.ts",
"cli/dts/lib.webworker*.d.ts",
"cli/dts/typescript.d.ts",
+ "cli/tests/testdata/coverage/complex.ts",
"cli/tests/testdata/encoding",
"cli/tests/testdata/inline_js_source_map*",
"cli/tests/testdata/badly_formatted.md",