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 fd2fb93 commit 104458bCopy full SHA for 104458b
generator/templates/tests-mocha/tests/unit/electron.spec.js
@@ -1,4 +1,5 @@
1
-import spectron from 'spectron'
+// eslint-disable-next-line no-undef
2
+const spectron = __non_webpack_require__('spectron')
3
import testWithSpectron from 'vue-cli-plugin-electron-builder/lib/testWithSpectron'
4
import chai from 'chai'
5
import chaiAsPromised from 'chai-as-promised'
0 commit comments