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 da6aebf commit 54a93acCopy full SHA for 54a93ac
package.json
@@ -42,7 +42,7 @@
42
"build:tarball": "npm pack",
43
"test": "yarn test:bindings && yarn test:bundling && yarn test:electron",
44
"test:bundling": "node test/prepare.mjs bundler && vitest run --testTimeout 60000 ./test/bundler",
45
- "test:electron": "node test/prepare.mjs electron && vitest run --testTimeout 60000 ./test/electron",
+ "test:electron": "node test/prepare.mjs electron && vitest run --testTimeout 120000 ./test/electron",
46
"test:bindings": "node test/prepare.mjs bindings && vitest run --testTimeout 60000 ./test/bindings"
47
},
48
"dependencies": {
0 commit comments