We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1dbbc commit 1757b7dCopy full SHA for 1757b7d
packages/plugin-eslint/src/lib/runner.int.test.ts
@@ -54,7 +54,7 @@ describe('executeRunner', () => {
54
],
55
});
56
const res = await runnerFn({ outputDir: '' });
57
- await expect(osAgnosticAuditOutputs(res)).resolves.toMatchSnapshot();
+ expect(osAgnosticAuditOutputs(res)).toMatchSnapshot();
58
59
60
it.skipIf(process.platform === 'win32')(
0 commit comments