Sort imports

This commit is contained in:
Henrik Hüttemann 2023-09-14 16:13:07 +02:00
parent c498193ee3
commit 806d41cc09
No known key found for this signature in database
GPG Key ID: 9F7BD10E0A8A111E

View File

@ -1,5 +1,8 @@
process.env.DATABASE = ':memory:'
import { beforeAll, expect, test } from '@jest/globals'
import { Entity, entities } from '../Entities'
import { IdMapping } from '../entity/IdMapping'
import { Membership } from '../entity/Membership'
import {
createMembership,
getAccessToken,
@ -11,9 +14,6 @@ import {
initStorage,
save,
} from './storage'
import { IdMapping } from '../entity/IdMapping'
import { Membership } from '../entity/Membership'
import { Entity, entities } from '../Entities'
const mapping = new IdMapping()
mapping.rcId = 'rcId'