Skip to content

Commit 956d545

Browse files
committed
Fixed lint error
1 parent c54cce4 commit 956d545

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

package-lock.json

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@angular/cli/commands/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export interface TestOptions {
2323
poll?: number;
2424
environment?: string;
2525
app?: string;
26-
preserveSymlinks?:boolean;
26+
preserveSymlinks?: boolean;
2727
}
2828

2929

0 commit comments

Comments
 (0)