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 fe89615 commit 5f26f09Copy full SHA for 5f26f09
packages/jest-worker/src/__tests__/index.test.ts
@@ -140,7 +140,7 @@ it('works with minimal options', () => {
140
expect(WorkerPool).toHaveBeenCalledTimes(1);
141
expect(typeof farm1.methodA).toBe('function');
142
expect(typeof farm1.methodB).toBe('function');
143
- expect(typeof farm1).toEqual(
+ expect(farm1).toEqual(
144
expect.not.objectContaining({
145
_shouldNotExist: expect.anything,
146
}),
0 commit comments