@lou.codes/test
Version:
✅ Equality test with enforced readability
21 lines (20 loc) • 1.09 kB
TypeScript
export type { Difference } from "./Difference.js";
export type { Differences } from "./Differences.js";
export type { ReadOnlyURL } from "./ReadOnlyURL.js";
export type { ReadOnlyURLs } from "./ReadOnlyURLs.js";
export type { Test } from "./Test.js";
export type { TestResult } from "./TestResult.js";
export type { TestTuple } from "./TestTuple.js";
export type { Tests } from "./Tests.js";
export type { TestsImport } from "./TestsImport.js";
export { EXCEPTION, FAIL, FAILED_TESTS, PASS, TEST, UNKNOWN_ERROR, } from "./constants.js";
export { evaluate } from "./evaluate.js";
export { formatPropertyPath } from "./formatPropertyPath.js";
export { formatValue } from "./formatValue.js";
export { formatValueDictionary } from "./formatValueDictionary.js";
export { importTest } from "./importTest.js";
export { importTests } from "./importTests.js";
export { isTest } from "./isTest.js";
export { stringifyDifference } from "./stringifyDifference.js";
export { stringifyDifferenceDictionary } from "./stringifyDifferenceDictionary.js";
export { stringifyTest } from "./stringifyTest.js";