Skip to content

Commit

Permalink
fix: better minifier output in test
Browse files Browse the repository at this point in the history
  • Loading branch information
barak007 committed Mar 11, 2024
1 parent b5bb1ef commit f0cd55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/test/build.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ describe('build - bundle', () => {
);

expect(fs.readFileSync('/lib/bundle.css', 'utf8')).to.equal(
'.label__part{background-image:url(./components/label/image.png)}.button__root{background-image:url(./components/label/image.png)}'
'.label__part,.button__root{background-image:url(./components/label/image.png)}'
);
});
});

0 comments on commit f0cd55f

Please sign in to comment.