Skip to content

Commit a419aec

Browse files
John DoeBioPhoton
authored andcommitted
fix: format
1 parent 9dc50c4 commit a419aec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/plugin-typescript/src/lib/runner/runner.int.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ describe('createRunnerFunction', () => {
1414

1515
const result = await runnerFunction();
1616

17-
expect(
18-
osAgnosticAuditOutputs(result as AuditOutputs),
19-
).toMatchSnapshot();
17+
expect(osAgnosticAuditOutputs(result as AuditOutputs)).toMatchSnapshot();
2018
}, 35_000);
2119
});

0 commit comments

Comments
 (0)