Skip to content

Commit

Permalink
test: operate installation e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Jun 5, 2024
1 parent a247d64 commit 6cb4e9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions electron/install.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Installation helpers.

const https = require('https');
const path = require('path');
const fs = require('fs');
const os = require('os');
const sudo = require('sudo-prompt');
Expand Down
5 changes: 5 additions & 0 deletions electron/test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const { setupDarwin } = require("./install")

ipcChannel = Object()

setupDarwin(ipcChannel)

0 comments on commit 6cb4e9e

Please sign in to comment.