We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba978d8 commit a7c04b0Copy full SHA for a7c04b0
2 files changed
src/normalizeOptions.js
@@ -19,6 +19,7 @@ const defaultTransformedFunctions = [
19
'jest.unmock',
20
'jest.doMock',
21
'jest.dontMock',
22
+ 'jest.setMock',
23
];
24
25
function isRegExp(string) {
test/call.test.js
@@ -12,6 +12,7 @@ const calls = [
12
13
14
15
16
17
18
describe('function and method calls', () => {
0 commit comments