Skip to content

Commit 1757b7d

Browse files
committed
refactor: fix int test 4
1 parent cb1dbbc commit 1757b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ describe('executeRunner', () => {
5454
],
5555
});
5656
const res = await runnerFn({ outputDir: '' });
57-
await expect(osAgnosticAuditOutputs(res)).resolves.toMatchSnapshot();
57+
expect(osAgnosticAuditOutputs(res)).toMatchSnapshot();
5858
});
5959

6060
it.skipIf(process.platform === 'win32')(

0 commit comments

Comments
 (0)