Skip to content

Commit

Permalink
[Tests] ignore resolver tests, scripts, and unused memo-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 18, 2021
1 parent 47ea669 commit 58fe766
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .nycrc
Expand Up @@ -10,6 +10,9 @@
"exclude": [
"coverage",
"test",
"tests"
"tests",
"resolvers/*/test",
"scripts",
"memo-parser"
]
}

0 comments on commit 58fe766

Please sign in to comment.