Skip to content

Commit

Permalink
Fixed code coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiandev committed Aug 20, 2017
1 parent 239ca09 commit f3b2b86
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"reporter": [
"text",
"text-summary",
"html"
],
"extension": [
".ts"
],
"include": [
"src/**"
],
"exclude": [
"**/*.d.ts"
],
"require": [
"ts-node/register"
],
"sourceMap": true,
"instrument": true
}

0 comments on commit f3b2b86

Please sign in to comment.