"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var testing_utils_1 = require("./src/utils/testing-utils");
exports.createEmptyWorkspace = testing_utils_1.createEmptyWorkspace;
exports.getFileContent = testing_utils_1.getFileContent;