mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Improve English grammar in test descriptions
- Fix typo - use gender neutral pronoun - fix third-person conjugation
This commit is contained in:
parent
b656b5aeb9
commit
77eb8274f3
@ -146,7 +146,7 @@ describe('slugifyMiddleware', () => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('given a user has siged up with her email address', () => {
|
describe('given a user has signed up with their email address', () => {
|
||||||
beforeEach(async () => {
|
beforeEach(async () => {
|
||||||
await factory.create('EmailAddress', {
|
await factory.create('EmailAddress', {
|
||||||
email: '123@example.org',
|
email: '123@example.org',
|
||||||
|
|||||||
@ -425,7 +425,7 @@ describe('SignupVerification', () => {
|
|||||||
expect(emails).toHaveLength(1)
|
expect(emails).toHaveLength(1)
|
||||||
})
|
})
|
||||||
|
|
||||||
it('set `about` attribute of User', async () => {
|
it('sets `about` attribute of User', async () => {
|
||||||
variables = { ...variables, about: 'Find this description in the user profile' }
|
variables = { ...variables, about: 'Find this description in the user profile' }
|
||||||
await mutate({ mutation, variables })
|
await mutate({ mutation, variables })
|
||||||
const user = await neode.first('User', { name: 'John Doe' })
|
const user = await neode.first('User', { name: 'John Doe' })
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user