Skip to content

Commit

Permalink
Deletes an unused import; format
Browse files Browse the repository at this point in the history
  • Loading branch information
gagandeepb committed Aug 28, 2024
1 parent f266e14 commit 4e279f6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions assets/js/state/activityLog.test.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import { userFactory } from '@lib/test-utils/factories/users';

import activityLogReducer, {
setUsers,
initialState,
// alUsersPushed,
} from './activityLog';
import activityLogReducer, { setUsers, initialState } from './activityLog';

describe('activityLog reducer', () => {
it('should set the users for activity log when setUsers is dispatched', () => {
Expand Down

0 comments on commit 4e279f6

Please sign in to comment.