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 1f626d1 commit bbeaad4Copy full SHA for bbeaad4
src/__tests__/createAction-test.js
@@ -16,7 +16,7 @@ describe('createAction()', () => {
16
expect(action.payload).to.equal(foobar);
17
});
18
19
- it('has `status` nor any extraneous keys', () => {
+ it('has no extraneous keys', () => {
20
expect(action).to.deep.equal({
21
type,
22
payload: foobar
0 commit comments