We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d15b0 commit dddab5dCopy full SHA for dddab5d
docs/recipes/WritingTests.md
@@ -437,7 +437,7 @@ const create = () => {
437
We test that our middleware is calling the `getState`, `dispatch`, and `next` functions at the right time.
438
439
```js
440
-it(`passes through non-function action`, () => {
+it('passes through non-function action', () => {
441
const { next, invoke } = create()
442
const action = {type: 'TEST'}
443
invoke(action)
0 commit comments