Skip to content

Commit 12c4e15

Browse files
authored
Fix tests
1 parent 39423a5 commit 12c4e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/index.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ describe('HtmlWebpackInlineSourcePlugin', function () {
3939
expect(er).toBeFalsy();
4040
var $ = cheerio.load(data);
4141
expect($('script[src="bundle.js"]').html()).toBeNull();
42-
expect($('link[href="style.css"]').html()).toBeNull();
42+
expect($('link[href="style.css"]').html()).toBe('');
4343
done();
4444
});
4545
});

0 commit comments

Comments
 (0)