Skip to content

Commit 81033a4

Browse files
alan-agius4clydin
authored andcommitted
test: update css minification spec to match new Esbuild output
For more context see https://github.com/evanw/esbuild/blob/master/CHANGELOG.md#%E2%80%8B0137 (cherry picked from commit ba54a8d)
1 parent 892eead commit 81033a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular_devkit/build_angular/src/browser/specs/styles_spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ describe('Browser Builder styles', () => {
729729
host.replaceInFile('tsconfig.json', 'es2017', 'es5');
730730

731731
result = await browserBuild(architect, host, target, { optimization: true, aot: true });
732-
expect(await result.files['main.js']).toContain('rgba(0,0,0,.149)');
732+
expect(await result.files['main.js']).toContain('rgba(0,0,0,.15)');
733733
});
734734
});
735735
});

0 commit comments

Comments
 (0)