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 fd0e998 commit b251762Copy full SHA for b251762
__tests__/commands.spec.js
@@ -21,10 +21,7 @@ const mockInstallAppDeps = jest.fn()
21
jest.mock('electron-builder/out/cli/install-app-deps.js', () => ({
22
installAppDeps: mockInstallAppDeps
23
}))
24
-jest.mock('../lib/webpackConfig.js', () => ({
25
- getExternals: jest.fn(),
26
- chainWebpack: jest.fn()
27
-}))
+jest.mock('../lib/webpackConfig.js')
28
const mockExeca = {
29
on: jest.fn(),
30
removeAllListeners: jest.fn(),
0 commit comments