Skip to content

Commit

Permalink
Replace unnecessary template literals (reduxjs#2749)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonny-no1 authored and tomipaul committed Apr 8, 2018
1 parent b1d9ce5 commit 88115b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/WritingTests.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ const create = () => {
We test that our middleware is calling the `getState`, `dispatch`, and `next` functions at the right time.

```js
it(`passes through non-function action`, () => {
it('passes through non-function action', () => {
const { next, invoke } = create()
const action = {type: 'TEST'}
invoke(action)
Expand Down

0 comments on commit 88115b3

Please sign in to comment.