squareboat / nest-storage

A multi-disk multi-driver filesystem manager for NestJS. 💾
https://squareboat.com/open-source/nestjs-boilerplate/storage
MIT License
100 stars 17 forks source link

Tests Suite for Local API Driver. #6

Closed akk29 closed 3 years ago

akk29 commented 3 years ago

Written Proper Test Suite for the Local Driver.

  1. Mocking the implementation for FS module for the internal File System.
  2. Code Coverage is around 75.36% for Local API Implementation.