Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
mudeer-web
/
node_modules
/
input-format
/
modules
/
Filename :
helpers.test.js
back
Copy
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