Skip to content

Commit 110b7c6

Browse files
committed
removed unfinish testing
1 parent f38d116 commit 110b7c6

File tree

3 files changed

+0
-70
lines changed

3 files changed

+0
-70
lines changed

app/components/DeleteService.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import SetupContext from '../context/SetupContext';
44

55
// Declare a constant ipcRenderer by deconstructing window.require('electron') so that the onDelete function can initialize an IPC Communication
66
const { ipcRenderer } = window.require('electron');
7-
console.log('window.require:', window.require)
87

98

109
// Deletes a Service

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"nodemon": "nodemon server/server.js",
1010
"electron": "electron .",
1111
"test": "mocha",
12-
"test-react": "jest test.js --verbose",
1312
"both": "webpack-dev-server & electron ."
1413
},
1514
"babel": {

test.js

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)