Skip to content

Commit

Permalink
Missing jasmine coverage config
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonic committed Sep 1, 2016
1 parent fa05121 commit cf5ef5d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions jasmine_coverage.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"spec_dir": "test",
"spec_files": [
"src/**/*.js"
],
"helpers": [
"helpers/**/*.js"
]
}

0 comments on commit cf5ef5d

Please sign in to comment.