MCPcopy Index your code
hub / github.com/postlight/parser / assertClean

Function assertClean

src/test-helpers.js:15–17  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

13}
14
15export function assertClean(a, b) {
16 assert.equal(clean(a), clean(b));
17}
18
19// using this from https://www.ctl.io/developers/blog/post/http-apis-test-code
20export function record(name, options = {}) {

Calls 1

cleanFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…