Skip to content

Commit 11ca96e

Browse files
Update packages/plugin-eslint/src/lib/runner.int.test.ts
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
1 parent f00a6d7 commit 11ca96e

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
@@ -76,7 +76,7 @@ describe('executeRunner', () => {
7676
],
7777
});
7878

79-
const json = await runnerFn({ outputDir: '' });
79+
const json = await runnerFn({});
8080
// expect warnings from unicorn/filename-case rule from default config
8181
expect(json).toContainEqual(
8282
expect.objectContaining<Partial<AuditOutput>>({

0 commit comments

Comments
 (0)