Skip to content

Commit

Permalink
test: update css minification spec to match new Esbuild output
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and clydin committed Oct 19, 2021
1 parent 80b026c commit ba54a8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,6 @@ describe('Browser Builder styles', () => {
});

result = await browserBuild(architect, host, target, { optimization: true });
expect(await result.files['styles.css']).toContain('rgba(0,0,0,.149)');
expect(await result.files['styles.css']).toContain('rgba(0,0,0,.15)');
});
});

0 comments on commit ba54a8d

Please sign in to comment.