Skip to content

Commit f38d116

Browse files
committed
still trying to test
1 parent 9cb490b commit f38d116

File tree

5 files changed

+876
-383
lines changed

5 files changed

+876
-383
lines changed

__tests__/enzyme.js

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

app/components/DeleteService.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ 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)
8+
79

810
// Deletes a Service
911
const DeleteService = (props) => {
@@ -53,3 +55,4 @@ const DeleteService = (props) => {
5355

5456
// export the DeleteService function so that it can imported anywhere
5557
export default DeleteService;
58+

0 commit comments

Comments
 (0)