Skip to content

Commit

Permalink
style(common): move axios-reponse-factory to /mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnigos committed Oct 18, 2023
1 parent f8c379f commit a63b020
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from './get-most-frequent-items'
export * from './catch-spotify-error'
export * from './apply-authorization-header'
export * from './axios-response-mock-factory'
export * from '../mocks/axios-response-factory.mock'
2 changes: 1 addition & 1 deletion src/modules/player/player.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
formattedPlaybackStateMock,
spotifyDevicesMock,
spotifyPlaybackStateMock,
} from '~/common/mocks'
} from '@common/mocks'
import { axiosResponseMockFactory } from '@common/utils'

const forbiddenExceptionObserver = throwError(() => ({
Expand Down

0 comments on commit a63b020

Please sign in to comment.