Skip to content

Commit 8a2bc6c

Browse files
author
jfusco
committed
Add __mocks__ directory
Add __mocks__ directory and styleMock.js to project.
1 parent 4c2ce63 commit 8a2bc6c

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

__mocks__/styleMock.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// __mocks__/styleMock.js
2+
3+
module.exports = {};

docs/coverage/clover.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<coverage generated="1483296041450" clover="3.2.0">
3-
<project timestamp="1483296041450" name="All files">
2+
<coverage generated="1483296386201" clover="3.2.0">
3+
<project timestamp="1483296386201" name="All files">
44
<metrics statements="50" coveredstatements="50" conditionals="38" coveredconditionals="34" methods="13" coveredmethods="13" elements="101" coveredelements="97" complexity="0" loc="50" ncloc="50" packages="1" files="2" classes="2">
55
<file name="Tag.js" path="/Users/Rinzler/Projects/Personal/react-tagging-input/src/component/js/Tag.js">
66
<metrics statements="7" coveredstatements="7" conditionals="4" coveredconditionals="4" methods="2" coveredmethods="2"/>

docs/coverage/lcov-report/Tag.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ <h1>
160160
</div><!-- /wrapper -->
161161
<div class='footer quiet pad2 space-top1 center small'>
162162
Code coverage
163-
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sun Jan 01 2017 13:40:41 GMT-0500 (EST)
163+
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sun Jan 01 2017 13:46:26 GMT-0500 (EST)
164164
</div>
165165
</div>
166166
<script src="prettify.js"></script>

docs/coverage/lcov-report/Tags.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ <h1>
574574
</div><!-- /wrapper -->
575575
<div class='footer quiet pad2 space-top1 center small'>
576576
Code coverage
577-
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sun Jan 01 2017 13:40:41 GMT-0500 (EST)
577+
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sun Jan 01 2017 13:46:26 GMT-0500 (EST)
578578
</div>
579579
</div>
580580
<script src="prettify.js"></script>

docs/coverage/lcov-report/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h1>
9090
</div><!-- /wrapper -->
9191
<div class='footer quiet pad2 space-top1 center small'>
9292
Code coverage
93-
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sun Jan 01 2017 13:40:41 GMT-0500 (EST)
93+
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sun Jan 01 2017 13:46:26 GMT-0500 (EST)
9494
</div>
9595
</div>
9696
<script src="prettify.js"></script>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tagging-input",
3-
"version": "1.7.5",
3+
"version": "1.7.6",
44
"description": "Simple tagging component",
55
"main": "dist/react-tags.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)