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 b452413 commit 2fd996bCopy full SHA for 2fd996b
src/js/__tests__/reducers/notifications.js
@@ -1,6 +1,6 @@
1
import { Map } from 'immutable';
2
3
-import Constants from '../../utils/Constants';
+import Constants from '../../utils/constants';
4
import reducer from '../../reducers/notifications';
5
import { LOGOUT, NOTIFICATIONS, MARK_NOTIFICATION, MARK_REPO_NOTIFICATION } from '../../actions';
6
import { mockedGithubNotifications, mockedEnterpriseNotifications } from '../../__mocks__/mockedData';
0 commit comments