From f9c0724b0c40423a0b3a4d8434c47dbd33e56da1 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Fri, 1 Sep 2017 05:46:19 +0800 Subject: [PATCH] Jest: bump to v20 --- jest.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jest.md b/jest.md index 4c2d3d76c..1674d5e28 100644 --- a/jest.md +++ b/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 ```js @@ -349,6 +351,6 @@ fn() // → 2 ## References {: .-one-column} -- Based on Jest v19. +- Based on Jest v20. - {: .-also-see}