File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ const renderWithReactIntl = component => {
7474
7575setupTests ()
7676
77- test (' it should render FormattedDate and have a formated pt date' , () => {
77+ test (' it should render FormattedDate and have a formatted pt date' , () => {
7878 const { container } = renderWithReactIntl (< FormatDateView / > )
7979 expect (getByTestId (container, ' date-display' )).toHaveTextContent (' 11/03/2019' )
8080})
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ await fireEvent.blur(getByLabelText('username'))
213213### ` update(elem, value) `
214214
215215Properly handles inputs controlled by ` v-model ` . It updates the
216- input/select/textarea inner value while emitting the appropiate native event.
216+ input/select/textarea inner value while emitting the appropriate native event.
217217
218218See a working example of ` update ` in the
219219[ v-model example test] ( /docs/vue-testing-library/examples#example-using-v-model ) .
You can’t perform that action at this time.
0 commit comments