Sort TS imports
This commit is contained in:
parent
830cf0b539
commit
8dd4e66948
@ -2,6 +2,7 @@ import { expect, jest, test } from '@jest/globals'
|
|||||||
import axios from 'axios'
|
import axios from 'axios'
|
||||||
import { IdMapping } from '../entity/IdMapping'
|
import { IdMapping } from '../entity/IdMapping'
|
||||||
import * as storage from '../helpers/storage'
|
import * as storage from '../helpers/storage'
|
||||||
|
import { SessionOptions } from '../helpers/synapse'
|
||||||
import {
|
import {
|
||||||
MatrixRoomPresets,
|
MatrixRoomPresets,
|
||||||
MatrixRoomVisibility,
|
MatrixRoomVisibility,
|
||||||
@ -14,7 +15,6 @@ import {
|
|||||||
parseMemberships,
|
parseMemberships,
|
||||||
registerRoom,
|
registerRoom,
|
||||||
} from './rooms'
|
} from './rooms'
|
||||||
import { SessionOptions } from '../helpers/synapse'
|
|
||||||
|
|
||||||
jest.mock('axios')
|
jest.mock('axios')
|
||||||
const mockedAxios = axios as jest.Mocked<typeof axios>
|
const mockedAxios = axios as jest.Mocked<typeof axios>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
|
import { expect, jest, test } from '@jest/globals'
|
||||||
import { getUserSessionOptions } from '../helpers/synapse'
|
import { getUserSessionOptions } from '../helpers/synapse'
|
||||||
import { jest, expect, test } from '@jest/globals'
|
|
||||||
import { getCreatorSessionOptions } from './rooms'
|
import { getCreatorSessionOptions } from './rooms'
|
||||||
|
|
||||||
jest.mock('../helpers/synapse')
|
jest.mock('../helpers/synapse')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user