method
test.Matchers.toBeNil
Asserts that a value is null or undefined.
expect(null).toBeNil();
expect(undefined).toBeNil();method
Asserts that a value is null or undefined.
expect(null).toBeNil();
expect(undefined).toBeNil();