Make block css class optional & fix test (#6)
* Make block class optional * Fix test by removing unexpected space space
This commit is contained in:
@@ -50,7 +50,7 @@ describe('absolute url to stylesheet', () => {
|
||||
it('can handle multiple no quote paths', () => {
|
||||
expect(
|
||||
absoluteToStylesheet(
|
||||
'background-image: url(images/b.jpg); background: #aabbcc url(images/a.jpg) 50% 50% repeat;',
|
||||
'background-image: url(images/b.jpg);background: #aabbcc url(images/a.jpg) 50% 50% repeat;',
|
||||
href,
|
||||
),
|
||||
).to.equal(
|
||||
|
||||
Reference in New Issue
Block a user