UNPKG

@picturelink/barrelsby

Version:

Automatic TypeScript barrels for your entire code base

11 lines (9 loc) 306 B
import { assert } from "chai"; import { resolveRootPath } from "./rootPath"; describe("options/rootPath module has a", () => { describe("resolveRootPath function that", () => { it("should resolve the correct rootPath", () => { assert.match(resolveRootPath("test"), /test$/); }); }); });