UNPKG

@cocalc/hub

Version:
7 lines (5 loc) 183 B
import { test_err2str } from "./copy-path"; test("converting an error to a string", () => { const s = test_err2str(Error("sample error")); expect(s).toEqual("sample error"); });