Skip to content

Commit b1dc541

Browse files
committed
test: use bundleName in extract-css tests
1 parent 6ea4bac commit b1dc541

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/tests/build/styles/extract-css.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ export default function () {
2525
{ input: 'src/string-style.css' },
2626
{ input: 'src/input-style.css' },
2727
{ input: 'src/lazy-style.css', lazy: true },
28-
{ input: 'src/pre-rename-style.css', output: 'renamed-style' },
29-
{ input: 'src/pre-rename-lazy-style.css', output: 'renamed-lazy-style', lazy: true }
28+
{ input: 'src/pre-rename-style.css', bundleName: 'renamed-style' },
29+
{ input: 'src/pre-rename-lazy-style.css', bundleName: 'renamed-lazy-style', lazy: true }
3030
];
3131
}))
3232
.then(() => ng('build', '--extract-css'))

0 commit comments

Comments
 (0)