Skip to content

Commit

Permalink
update tests for new version of inline-critical-css
Browse files Browse the repository at this point in the history
  • Loading branch information
s3ththompson committed Oct 3, 2017
1 parent c98e456 commit fb1a6bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"http-gzip-maybe": "^1.0.0",
"hyperstream": "^1.2.2",
"iltorb": "^1.3.6",
"inline-critical-css": "^1.0.6",
"inline-critical-css": "^1.1.0",
"json-stream-to-object": "^1.1.0",
"keypress": "^0.2.1",
"minimist": "^1.2.0",
Expand Down
2 changes: 0 additions & 2 deletions test/document.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ tape('renders some HTML', function (assert) {
<meta name="description" content=>
<meta name="theme-color" content=#fff>
<title></title>
<style></style>
</head>
<body></body>
</html>
Expand Down Expand Up @@ -68,7 +67,6 @@ tape('server render choo apps', function (assert) {
<meta name="description" content=>
<meta name="theme-color" content=#fff>
<title></title>
<style></style>
</head>
<body>
meow
Expand Down

0 comments on commit fb1a6bc

Please sign in to comment.