Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/loopbackio/loopback-next
/ expectNull
Function
expectNull
packages/testlab/src/__tests__/unit/to-json.test.ts:197–199 ·
view source on GitHub ↗
(actual: null)
Source
from the content-addressed store, hash-verified
195
}
196
197
function
expectNull(actual: null) {
198
expect(actual).to.be.null();
199
}
200
201
function
expectUndefined(actual: undefined) {
202
expect(actual).to.be.undefined();
Callers
1
to-json.test.ts
File · 0.85
Calls
1
null
Method · 0.80
Tested by
no test coverage detected