refactor and unify how query strings are formed
This commit is contained in:
parent
c062ae66e3
commit
bd06c8801a
7 changed files with 263 additions and 146 deletions
|
|
@ -1,10 +1,11 @@
|
|||
import mastoapidata from '../../../../fixtures/mastoapi.json'
|
||||
|
||||
import {
|
||||
parseLinkHeaderPagination,
|
||||
parseNotification,
|
||||
parseStatus,
|
||||
parseUser,
|
||||
} from '../../../../../src/services/entity_normalizer/entity_normalizer.service.js'
|
||||
import mastoapidata from '../../../../fixtures/mastoapi.json'
|
||||
} from 'src/services/entity_normalizer/entity_normalizer.service.js'
|
||||
|
||||
const makeMockUserMasto = (overrides = {}) => {
|
||||
return Object.assign(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue