Skip to content

Commit 58fe766

Browse files
committedSep 18, 2021
[Tests] ignore resolver tests, scripts, and unused memo-parser
1 parent 47ea669 commit 58fe766

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎.nycrc

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"exclude": [
1111
"coverage",
1212
"test",
13-
"tests"
13+
"tests",
14+
"resolvers/*/test",
15+
"scripts",
16+
"memo-parser"
1417
]
1518
}

0 commit comments

Comments
 (0)
Please sign in to comment.