mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove test for remove optin from DB after email verification
This commit is contained in:
parent
37e36e01af
commit
8fd93ff853
@ -221,10 +221,6 @@ describe('UserResolver', () => {
|
|||||||
expect(newUser[0].password).toEqual('3917921995996627700')
|
expect(newUser[0].password).toEqual('3917921995996627700')
|
||||||
})
|
})
|
||||||
|
|
||||||
it('removes the optin', async () => {
|
|
||||||
await expect(LoginEmailOptIn.find()).resolves.toHaveLength(0)
|
|
||||||
})
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
it('calls the klicktipp API', () => {
|
it('calls the klicktipp API', () => {
|
||||||
expect(klicktippSignIn).toBeCalledWith(
|
expect(klicktippSignIn).toBeCalledWith(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user