MCPcopy 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
197function expectNull(actual: null) {
198 expect(actual).to.be.null();
199}
200
201function expectUndefined(actual: undefined) {
202 expect(actual).to.be.undefined();

Callers 1

to-json.test.tsFile · 0.85

Calls 1

nullMethod · 0.80

Tested by

no test coverage detected