Skip to content

Commit

Permalink
test: fix compile doesn't emit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
martaver committed Dec 16, 2020
1 parent 66d3881 commit 20bef59
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
"esModuleInterop": true
},
"include": [
"src/**/*"

],
"exclude": [
"src/**/*.spec.ts"
"src/**/*",
"test/**/*"
]
}

0 comments on commit 20bef59

Please sign in to comment.