Skip to content

Commit

Permalink
fix extract test
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva committed Jan 24, 2017
1 parent bb7a444 commit b780224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/tests/build/styles/extract-css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ export default function () {
.then(() => expectToFail(() => expectFileToExist('dist/renamed-lazy-style.bundle.js')))
// index.html lists the right bundles
.then(() => expectFileToMatch('dist/index.html', oneLineTrim`
<link href="renamed-style.bundle.css" rel="stylesheet"/>
<link href="styles.bundle.css" rel="stylesheet"/>
<link href="common-entry.bundle.css" rel="stylesheet"/>
<link href="styles.bundle.css" rel="stylesheet"/>
<link href="renamed-style.bundle.css" rel="stylesheet"/>
`))
.then(() => expectFileToMatch('dist/index.html', oneLineTrim`
<script type="text/javascript" src="inline.bundle.js"></script>
Expand Down

0 comments on commit b780224

Please sign in to comment.