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 af52881 commit a1c4766Copy full SHA for a1c4766
1 file changed
tests/wrap.test.js
@@ -15,6 +15,7 @@ const defaultMocksConfig = getMocksConfig()
15
16
function resetMocksConfig() {
17
configureMocks(defaultMocksConfig)
18
+ jest.restoreAllMocks()
19
}
20
21
describe('burrito', () => {
0 commit comments