Skip to content

Commit 236b435

Browse files
authored
Merge pull request #75 from becklocey/master
Resolved Button unit test error, and renamed Button test file. Fixed …
2 parents a72bcaa + ff489d5 commit 236b435

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"postcss-import": "^9.1.0",
7474
"postcss-loader": "^1.2.2",
7575
"react-addons-test-utils": "^15.0.1",
76+
"sinon": "^2.2.0",
7677
"style-loader": "^0.13.0",
7778
"tap-spec": "^4.1.1",
7879
"tape": "^4.4.0",

src/app/components/Button/Button.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import 'variables.css';
1+
@import '../../variables.css';
22

33
.button {
44
background-color: var(--white, white);

0 commit comments

Comments
 (0)