update typescript and fix test cases

This commit is contained in:
Yanzhen Yu
2019-04-02 21:43:16 +08:00
parent aa5b2d38b1
commit 7b02f13a19
3 changed files with 11 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ describe('absolute url to stylesheet', () => {
href,
),
).to.equal(
`background-image: url('http://localhost/css/images/b.jpg'); ` +
`background-image: url('http://localhost/css/images/b.jpg');` +
`background: #aabbcc url('http://localhost/css/images/a.jpg') 50% 50% repeat;`,
);
});