Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JS-DevTools/ono
/ singleton.spec.js
File
singleton.spec.js
test/specs/singleton.spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
"use strict"
;
2
3
const
{ expect } = require(
"chai"
);
4
const
{ onoes, createFakeStack, compareKeys, compareStacks, host, makeDOMError } = require(
"../utils"
);
Callers
nothing calls this directly
Calls
15
newErrorWithNoArgs
Function · 0.85
compareStacks
Function · 0.85
compareKeys
Function · 0.85
newErrorWithParams
Function · 0.85
newErrorWithMessage
Function · 0.85
newErrorWithInnerError
Function · 0.85
makeInnerError
Function · 0.85
newErrorWithInnerErrorAndMessage
Function · 0.85
newErrorWithInnerErrorAndParamMessage
Function · 0.85
newErrorWithProps
Function · 0.85
newErrorWithDOMErrorAndProps
Function · 0.85
makeDOMError
Function · 0.85
Tested by
no test coverage detected