We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad2774 commit 1f4e776Copy full SHA for 1f4e776
test/helpers/actionCreators.js
@@ -35,5 +35,5 @@ export function throwError() {
35
export function unknownAction() {
36
return {
37
type: UNKNOWN_ACTION
38
- }
+ };
39
}
0 commit comments