Skip to content

Commit

Permalink
Added coverage
Browse files Browse the repository at this point in the history
Using Jest for testing
  • Loading branch information
trajano committed Nov 14, 2017
1 parent 8ae8638 commit fd5932a
Show file tree
Hide file tree
Showing 9 changed files with 2,892 additions and 324 deletions.
7 changes: 7 additions & 0 deletions quasar-ms/.babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"presets": [["es2015", {"modules": false}], "stage-2"],
"plugins": ["transform-runtime"],
"env": {
"test": {
"presets": [
["env", { "targets": { "node": 8 }}]
]
}
},
"comments": false
}
1 change: 1 addition & 0 deletions quasar-ms/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ dist/
npm-debug.log*
cordova/platforms
cordova/plugins
coverage/
Loading

0 comments on commit fd5932a

Please sign in to comment.