MCPcopy Create free account
hub / github.com/JS-DevTools/ono / newErrorWithNoArgs

Function newErrorWithNoArgs

test/specs/singleton.spec.js:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9 it("can be called without any args", () => {
10 function newErrorWithNoArgs () {
11 return ono();
12 }
13
14 let err = newErrorWithNoArgs();
15

Callers 1

singleton.spec.jsFile · 0.85

Calls 1

onoFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…