Skip to content

Commit

Permalink
OptionalRequire should import correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementPasteau committed Jun 29, 2023
1 parent 8d1d2a0 commit d9ae864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newIDE/app/src/Utils/__mocks__/OptionalRequire.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import path from 'path-browserify';
import path from 'path';

const mockElectron = {
ipcRenderer: {
Expand Down

0 comments on commit d9ae864

Please sign in to comment.