@technovangelist/do
Version:
something to help me remember what I did
14 lines (13 loc) • 482 B
JavaScript
;
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
result["default"] = mod;
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
const FileAccess = __importStar(require("../src/fileaccess"));
it('check file exists', () => {
FileAccess.getDo();
});