From 25a415a48c704f172c2c256031713aeb38d6a5bd Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Tue, 23 Jan 2018 10:01:27 -0800 Subject: [PATCH] chore: remove tests from nyc (#48) --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d83ec3..473c3b6 100644 --- a/package.json +++ b/package.json @@ -61,5 +61,10 @@ "LICENSE", "packge.json", "README.md" - ] + ], + "nyc": { + "exclude": [ + "build/test" + ] + } }