Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zaldih committed Apr 17, 2024
1 parent 841ba5f commit 9b4e339
Show file tree
Hide file tree
Showing 3 changed files with 8,354 additions and 13,378 deletions.
2 changes: 1 addition & 1 deletion __tests__/files.service.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { jest } from '@jest/globals';
import fs from 'fs';

import rimraf from 'rimraf';
import { IFileService } from '../src/interfaces/file-service.interface.js';
import * as rimraf from 'rimraf';

let statSyncReturnMock = (): { isDirectory: () => boolean } | null => null;
let accessSyncReturnMock = (): boolean | null => null;
Expand Down
Loading

0 comments on commit 9b4e339

Please sign in to comment.