Skip to content

Commit

Permalink
Fixed tests for node4
Browse files Browse the repository at this point in the history
  • Loading branch information
emaincourt committed Aug 9, 2017
1 parent 9d5b110 commit 00fea8f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions coverage/clover.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<coverage generated="1502298580285" clover="3.2.0">
<project timestamp="1502298580286" name="All files">
<coverage generated="1502301711823" clover="3.2.0">
<project timestamp="1502301711823" name="All files">
<metrics statements="32" coveredstatements="32" conditionals="18" coveredconditionals="18" methods="11" coveredmethods="11" elements="61" coveredelements="61" complexity="0" loc="32" ncloc="32" packages="1" files="1" classes="1">
<file name="index.js" path="/Users/elliotmaincourt/Documents/Development/MifareJS/index.js">
<metrics statements="32" coveredstatements="32" conditionals="18" coveredconditionals="18" methods="11" coveredmethods="11"/>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Wed Aug 09 2017 19:09:40 GMT+0200 (CEST)
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Wed Aug 09 2017 20:01:51 GMT+0200 (CEST)
</div>
</div>
<script src="prettify.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Wed Aug 09 2017 19:09:40 GMT+0200 (CEST)
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Wed Aug 09 2017 20:01:51 GMT+0200 (CEST)
</div>
</div>
<script src="prettify.js"></script>
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^4.4.1",
Expand Down

0 comments on commit 00fea8f

Please sign in to comment.