chore(emails): remove only from test
This commit is contained in:
@@ -177,7 +177,7 @@ describe('User emails graphql @core', () => {
|
||||
})
|
||||
})
|
||||
|
||||
describe.only('verify user email mutation', () => {
|
||||
describe('verify user email mutation', () => {
|
||||
it('should throw an error if there is no pending verification for the email', async () => {
|
||||
const email = createRandomEmail()
|
||||
const user = await createTestUser({
|
||||
|
||||
Reference in New Issue
Block a user