()
| 10 | describe("saveProblemstoJSON function", () => { |
| 11 | let uniqueTestDirectory |
| 12 | const getFilePath = () => path.join(testDirectory, testFilename) |
| 13 | // Setup: Create unique directory for tests |
| 14 | beforeAll(() => { |
| 15 | uniqueTestDirectory = path.join(testDirectory, uuidv4()) |