Skip to content

Commit f838cfb

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,6 @@ describe('eslintPlugin', () => {
153153
},
154154
);
155155

156-
expect(typeof plugin.runner).toBe('function');
156+
expect(plugin.runner).toBeTypeOf('function');
157157
});
158158
});

0 commit comments

Comments
 (0)