mirror of
https://github.com/unraid/api.git
synced 2026-01-07 17:19:52 -06:00
chore: Fix tests
Signed-off-by: Simon Fairweather <simon.n.fairweather@gmail.com>
This commit is contained in:
committed by
Pujit Mehrotra
parent
9e04487f13
commit
74c53653e8
@@ -1,5 +1,6 @@
|
||||
import { Injectable, Logger } from '@nestjs/common';
|
||||
import { promises as fs } from 'fs';
|
||||
import { access, readdir, readFile } from 'node:fs/promises';
|
||||
import { join } from 'path';
|
||||
|
||||
const { readdir, readFile, access } = fs;
|
||||
|
||||
Reference in New Issue
Block a user