Skip to content

Commit beb22ff

Browse files
committed
test(@angular/cli): add missing 's' on font-awesome font path
1 parent 6fbce68 commit beb22ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/build/styles/inline-urls.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default function () {
2020
.then(() => silentNpm('install', '[email protected]'))
2121
.then(() => writeMultipleFiles({
2222
'src/styles.scss': `
23-
$fa-font-path: "~font-awesome/font";
23+
$fa-font-path: "~font-awesome/fonts";
2424
@import "~font-awesome/scss/font-awesome";
2525
h1 { background: url('./assets/large.png'); }
2626
h2 { background: url('./assets/small.svg'); }

0 commit comments

Comments
 (0)