Skip to content

Commit 3a64247

Browse files
committed
fix(@angular/cli): apply prettier formatting to unit-test-strategy_spec.ts
1 parent 3f66978 commit 3a64247

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

packages/angular/cli/src/commands/mcp/tools/run-target/unit-test-strategy_spec.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,15 @@ describe('UnitTestTargetStrategy', () => {
6565
);
6666

6767
expect(mockHost.executeNgCommand).toHaveBeenCalledWith(
68-
['test', 'my-app', '--configuration=ci', '--browsers', 'ChromeHeadless', '--watch', 'false'],
68+
[
69+
'test',
70+
'my-app',
71+
'--configuration=ci',
72+
'--browsers',
73+
'ChromeHeadless',
74+
'--watch',
75+
'false',
76+
],
6977
{ cwd: '/test' },
7078
);
7179
});

0 commit comments

Comments
 (0)