Skip to content

Commit

Permalink
refactor: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
johackim committed Apr 16, 2024
1 parent 3659276 commit 98289a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion __tests__/daemon.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import fs from 'fs';
import childProcess from 'child_process';
import * as Utils from '../src/utils';

jest.mock('../src/utils');
Expand Down

0 comments on commit 98289a2

Please sign in to comment.