Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 48377d0

Browse files
committed
test(@angular-devkit/build-angular): update tests to match critters 0.0.11 output
(cherry picked from commit c2af77c)
1 parent b864789 commit 48377d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/builders/src/prerender/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ describe('Prerender Builder', () => {
210210
);
211211

212212
expect(content).toMatch(
213-
/<style>p{color:red;}<\/style><link rel="stylesheet" href="styles\.\w+\.css" media="print" onload="this.media='all'">/,
213+
/<style>p{color:red}<\/style><link rel="stylesheet" href="styles\.\w+\.css" media="print" onload="this.media='all'">/,
214214
);
215215
await run.stop();
216216
});

0 commit comments

Comments
 (0)