UNPKG

input-format

Version:

Formatting user's text input on-the-fly

8 lines 279 B
import { expect } from 'chai'; import { count_occurences } from './helpers.js'; describe("helpers", function () { it("should count occurences", function () { expect(count_occurences('x', 'x (xxx) xxx-xx-xx')).to.equal(11); }); }); //# sourceMappingURL=helpers.test.js.map