Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit a7f6c97

Browse files
committed
chore: add xvfb-maybe to run-in-electron
1 parent 5afb73d commit a7f6c97

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/run-in-electron/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
"clean": "echo 'Nothing to clean...'",
1616
"start": "electron .",
1717
"serve": "npm run start",
18-
"test": "node test.mjs"
18+
"test": "xvfb-maybe node test.mjs"
1919
},
2020
"dependencies": {
21-
"ipfs-core": "^0.16.0"
21+
"ipfs-core": "^0.16.0",
22+
"xvfb-maybe": "^0.2.1"
2223
},
2324
"devDependencies": {
2425
"electron": "^20.1.1",

0 commit comments

Comments
 (0)