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 9c7f6f6 commit f3272beCopy full SHA for f3272be
generator/templates/tests-jest/tests/unit/electron.spec.js
@@ -1,8 +1,8 @@
1
/**
2
* @jest-environment node
3
*/
4
-const spectron = require('spectron')
5
-const { testWithSpectron } = require('vue-cli-plugin-electron-builder')
+import spectron from 'spectron'
+import { testWithSpectron } from 'vue-cli-plugin-electron-builder'
6
jest.setTimeout(50000)
7
8
test('Window Loads Properly', async () => {
0 commit comments