Skip to content

Commit f0a46d9

Browse files
committed
Remove unused code from mock store
1 parent 1c55070 commit f0a46d9

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

meetingapp/app/__tests__/actions/auth-test.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@ function configureMockStore(middlewares = []) {
8080
}
8181
}
8282

83-
function clearExpectedActions() {
84-
expectedActions = [];
85-
}
86-
8783
const mockStoreWithMiddleware = applyMiddleware(
8884
...middlewares
8985
)(mockStoreWithoutMiddleware);

meetingapp/app/__tests__/actions/timetable-test.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ function configureMockStore(middlewares = []) {
7474
}
7575
}
7676

77-
function clearExpectedActions() {
78-
expectedActions = [];
79-
}
80-
8177
const mockStoreWithMiddleware = applyMiddleware(
8278
...middlewares
8379
)(mockStoreWithoutMiddleware);

0 commit comments

Comments
 (0)