Skip to content

Commit bb765d3

Browse files
committed
fixup! feat(@angular/cli): automatic formatting files modified by schematics
1 parent 8a51005 commit bb765d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/commands/add/add-tailwindcss.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default async function () {
1313
try {
1414
await ng('add', 'tailwindcss', '--skip-confirmation');
1515
await expectFileToExist('.postcssrc.json');
16-
await expectFileToMatch('src/styles.css', /@import "tailwindcss";/);
16+
await expectFileToMatch('src/styles.css', /@import 'tailwindcss';/);
1717
await expectFileToMatch('package.json', /"tailwindcss":/);
1818
await expectFileToMatch('package.json', /"@tailwindcss\/postcss":/);
1919
await expectFileToMatch('package.json', /"postcss":/);

0 commit comments

Comments
 (0)