@cocalc/hub
Version:
CoCalc: Backend webserver component
8 lines • 322 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const copy_path_1 = require("./copy-path");
test("converting an error to a string", () => {
const s = (0, copy_path_1.test_err2str)(Error("sample error"));
expect(s).toEqual("sample error");
});
//# sourceMappingURL=copy-path.test.js.map