Skip to content

Commit

Permalink
feat: upgrade intl-messageformat & parser
Browse files Browse the repository at this point in the history
  • Loading branch information
longlho authored and Long Ho committed Apr 20, 2020
1 parent 1e61bd3 commit cbbd6cf
Show file tree
Hide file tree
Showing 3 changed files with 1,652 additions and 438 deletions.
47 changes: 23 additions & 24 deletions docs/Testing-with-React-Intl.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,29 @@

<!-- toc -->

- [Testing with React-Intl](#testing-with-react-intl)
- [`Intl` APIs requirements](#intl-apis-requirements)
- [Mocha](#mocha)
- [Command Line](#command-line)
- [Browser](#browser)
- [Karma](#karma)
- [Shallow Rendering](#shallow-rendering)
- [Testing Example Components That Use React Intl](#testing-example-components-that-use-react-intl)
- [<ShortDate> (Basic)](#shortdate-basic)
- [<RelativeDate> (Advanced, Uses `injectIntl()`)](#relativedate-advanced-uses-injectintl)
- [DOM Rendering](#dom-rendering)
- [Helper function](#helper-function)
- [Enzyme](#enzyme)
- [Helper function](#helper-function-1)
- [Usage](#usage)
- [Jest](#jest)
- [Snapshot Testing](#snapshot-testing)
- [Helper function](#helper-function-2)
- [Usage](#usage-1)
- [Usage with Jest & enzyme](#usage-with-jest--enzyme)
- [DOM Testing](#dom-testing)
- [Storybook](#storybook)
- [Intl](#intl)
- [react-testing-library](#react-testing-library)
- [`Intl` APIs requirements](#intl-apis-requirements)
- [Mocha](#mocha)
- [Command Line](#command-line)
- [Browser](#browser)
- [Karma](#karma)
- [Shallow Rendering](#shallow-rendering)
- [Testing Example Components That Use React Intl](#testing-example-components-that-use-react-intl)
- [(Basic)](#-basic)
- [(Advanced, Uses `injectIntl()`)](#-advanced-uses-injectintl)
- [DOM Rendering](#dom-rendering)
- [Helper function](#helper-function)
- [Enzyme](#enzyme)
- [Helper function](#helper-function-1)
- [Usage](#usage)
- [Jest](#jest)
- [Snapshot Testing](#snapshot-testing)
- [Helper function](#helper-function-2)
- [Usage](#usage-1)
- [Usage with Jest & enzyme](#usage-with-jest--enzyme)
- [DOM Testing](#dom-testing)
- [Storybook](#storybook)
- [Intl](#intl)
- [react-testing-library](#react-testing-library)

<!-- tocstop -->

Expand Down
Loading

0 comments on commit cbbd6cf

Please sign in to comment.