MCPcopy Index your code
hub / github.com/nodeSolidServer/node-solid-server / asserter

Function asserter

test/unit/resource-mapper-test.mjs:18–22  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

16
17// Helper functions for testing
18function asserter (fn) {
19 return function (mapper, label, ...args) {
20 return fn(it, mapper, label, ...args)
21 }
22}
23
24function mapsUrl (it, mapper, label, options, files, expected) {
25 // Shift parameters if necessary

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected