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 a0eb55f commit 41df1d4Copy full SHA for 41df1d4
1 file changed
src/reducers/__tests__/actionItemsReducer.test.js
@@ -5,7 +5,7 @@ test('should return the initial state when no action is provided', () => {
5
expect(actionItemsReducer(undefined, {})).toBeNull();
6
});
7
8
-// Test handling of GET_ACTION_ITEMS action
+// Test to handle of GET_ACTION_ITEMS action
9
test('should handle GET_ACTION_ITEMS action', () => {
10
const initialState = null;
11
const action = {
0 commit comments