Skip to content

Commit eb53aa8

Browse files
sean-perkinsgithub-actions[bot]
authored andcommitted
chore: prettier formatting
1 parent 8295368 commit eb53aa8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/cli/src/angular/utils/typescript-utils.test.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ describe("addImportToClass", () => {
9292
);
9393
});
9494

95-
it('should do nothing if the source file does not have a class', () => {
95+
it("should do nothing if the source file does not have a class", () => {
9696
const sourceFileContent = `
9797
export function foo() { }
9898
`;
@@ -105,6 +105,7 @@ describe("addImportToClass", () => {
105105
expect(dedent(sourceFile.getText())).toBe(
106106
dedent(`
107107
export function foo() { }
108-
`));
108+
`),
109+
);
109110
});
110111
});

0 commit comments

Comments
 (0)