Skip to content

Commit

Permalink
fix faulty test
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Green committed Dec 13, 2016
1 parent fed3b8b commit ef58822
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 31 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/atRule.critical.actual.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.foo{display:flex;width:calc(100% - 200px)}.bar{border:10px solid gold;height:100%}.baz:before{content:'test';position:fixed}
.foo{display:flex;width:calc(100% - 200px)}.bar{border:10px solid gold;height:100%}
2 changes: 1 addition & 1 deletion test/fixtures/atRule.critical.expected.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.foo{display:flex;width:calc(100% - 200px)}.bar{border:10px solid gold;height:100%}.baz:before{content:'test';position:fixed}
.foo{display:flex;width:calc(100% - 200px)}.bar{border:10px solid gold;height:100%}
5 changes: 0 additions & 5 deletions test/fixtures/atRule.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,3 @@
border: 10px solid gold;
height: 100%;
}

.baz::before {
content: 'test';
position: fixed;
}
15 changes: 1 addition & 14 deletions test/fixtures/atRule.expected.css
Original file line number Diff line number Diff line change
@@ -1,14 +1 @@
.foo {
display: flex;
width: calc(100% - 200px);
}

.bar {
border: 10px solid gold;
height: 100%;
}

.baz::before {
content: 'test';
position: fixed;
}
.foo{display:flex;width:calc(100% - 200px)}.bar{border:10px solid gold;height:100%}
5 changes: 0 additions & 5 deletions test/fixtures/atRule.non-critical.actual.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,3 @@
border: 10px solid gold;
height: 100%;
}

.baz::before {
content: 'test';
position: fixed;
}
5 changes: 0 additions & 5 deletions test/fixtures/atRule.non-critical.expected.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,3 @@
border: 10px solid gold;
height: 100%;
}

.baz::before {
content: 'test';
position: fixed;
}

0 comments on commit ef58822

Please sign in to comment.