Formatting

Signed-off-by: Marc Rooding <marc@mrooding.me>
This commit is contained in:
Marc Rooding
2022-07-08 09:27:03 +02:00
parent 545db2ba6c
commit 0acd49fb5c
@@ -32,7 +32,11 @@ import {
resolveRelations,
} from './read';
import { RecursivePartial } from './util';
import { ActiveDirectoryVendor, DefaultLdapVendor, FreeIpaVendor } from './vendors';
import {
ActiveDirectoryVendor,
DefaultLdapVendor,
FreeIpaVendor,
} from './vendors';
function user(data: RecursivePartial<UserEntity>): UserEntity {
return merge(
@@ -253,7 +257,6 @@ describe('readLdapUsers', () => {
});
});
describe('readLdapGroups', () => {
const client: jest.Mocked<LdapClient> = {
searchStreaming: jest.fn(),