Skip to content

Commit

Permalink
Update tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkemp committed Jan 26, 2020
1 parent e73f04f commit 4cdad09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/style-data/test/expected/data-embed/out.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<link rel="stylesheet" href="file.css">
</head>
<body>
<style data-embed>
<style data-embed="">
.headline {
color: blue;
}
</style>
<style data-embed>
<style data-embed="">
.headline {
color: green;
}
Expand Down
2 changes: 2 additions & 0 deletions packages/style-data/test/main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/*eslint-disable */

const should = require('should');
const fs = require('fs');
const path = require('path');
Expand Down

0 comments on commit 4cdad09

Please sign in to comment.