Skip to content

Commit

Permalink
test: fix invalid file exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Apr 25, 2020
1 parent 1605fc1 commit ba5ef90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"enableResourceInlining": true
},
"exclude": [
"src/test.ts",
"test.ts",
"**/*.spec.ts"
]
}

0 comments on commit ba5ef90

Please sign in to comment.