UNPKG

@sunamo/sunodejs

Version:

Node.js utilities for file system operations, process management, and Electron apps. Includes TypeScript support with functions for file operations, directory management, and cross-platform compatibility.

9 lines (8 loc) 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); describe("AppFolders type", () => { it("should allow only specific folder names", () => { const valid = "Data"; expect(valid).toBe("Data"); }); });