chore: Fix tests

Signed-off-by: Simon Fairweather <simon.n.fairweather@gmail.com>
This commit is contained in:
Simon Fairweather
2025-10-21 17:45:41 +01:00
committed by Pujit Mehrotra
parent 9e04487f13
commit 74c53653e8

View File

@@ -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;