Skip to content

Commit d36df20

Browse files
committed
test: uncomment tests
1 parent d2338bd commit d36df20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/index-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Label {
3232
console.log(css);
3333
});
3434

35-
it.only('renders react components with nested pseudoclasses', function() {
35+
it('renders react components with nested pseudoclasses', function() {
3636
let {js, css} = render(`
3737
3838
Label {

0 commit comments

Comments
 (0)