Skip to content

Commit b55b1ca

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-eslint/src/lib/runner/index.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe('call createRunnerFunction', () => {
3333
});
3434
});
3535

36-
describe('execute created runnerFunction', () => {
36+
describe('createRunnerFunction', () => {
3737
const loadArtifactsSpy = vi.spyOn(utilsFileModule, 'loadArtifacts');
3838
const lintSpy = vi.spyOn(lintModule, 'lint');
3939

0 commit comments

Comments
 (0)