Skip to content

Commit 9dc50c4

Browse files
BioPhotonmatejchalk
andcommitted
Update packages/plugin-typescript/src/lib/runner/runner.int.test.ts
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
1 parent 77411f3 commit 9dc50c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

1515
const result = await runnerFunction();
1616

17-
await expect(
17+
expect(
1818
osAgnosticAuditOutputs(result as AuditOutputs),
1919
).toMatchSnapshot();
2020
}, 35_000);

0 commit comments

Comments
 (0)