Skip to content

Commit bcaf6f4

Browse files
chore: nyc ignore build/test by default (#276)
1 parent 1f26eba commit bcaf6f4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

handwritten/.nycrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"exclude": [
44
"src/*{/*,/**/*}.js",
55
"src/*/v*/*.js",
6-
"test/**/*.js"
6+
"test/**/*.js",
7+
"build/test"
78
],
89
"watermarks": {
910
"branches": [

0 commit comments

Comments
 (0)