Fixing documentation error.
This commit is contained in:
parent
bb1928a75c
commit
803a2fb2ba
|
@ -95,7 +95,7 @@ Jasmine has several built-in matchers. Here are a few:
|
|||
>
|
||||
>`expect(x).toBeDefined();` passes if `x` is not `undefined`
|
||||
>
|
||||
>`expect(x).toBeNull();` passes if `x` is not `null`
|
||||
>`expect(x).toBeNull();` passes if `x` is `null`
|
||||
>
|
||||
>`expect(x).toBeTruthy();` passes if `x` evaluates to true
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue