Jest: bump to v20
This commit is contained in:
parent
ace66a931c
commit
f9c0724b0c
4
jest.md
4
jest.md
|
@ -42,6 +42,8 @@ describe('My work', () => {
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
|
See: [describe()](http://facebook.github.io/jest/docs/en/api.html#describename-fn), [test()](http://facebook.github.io/jest/docs/en/api.html#testname-fn), [expect()](http://facebook.github.io/jest/docs/en/expect.html#content)
|
||||||
|
|
||||||
### BDD syntax
|
### BDD syntax
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
@ -349,6 +351,6 @@ fn() // → 2
|
||||||
## References
|
## References
|
||||||
{: .-one-column}
|
{: .-one-column}
|
||||||
|
|
||||||
- Based on Jest v19.
|
- Based on Jest v20.
|
||||||
- <http://facebook.github.io/jest/>
|
- <http://facebook.github.io/jest/>
|
||||||
{: .-also-see}
|
{: .-also-see}
|
||||||
|
|
Loading…
Reference in New Issue