refactor: Add a few lint rules to test files in /spec (#9815)
This commit is contained in:
@@ -456,7 +456,7 @@ describe('ParseGraphQLServer', () => {
|
||||
}
|
||||
|
||||
beforeEach(async () => {
|
||||
await createGQLFromParseServer(parseServer);
|
||||
await createGQLFromParseServer(parseServer);
|
||||
|
||||
const subscriptionClient = new SubscriptionClient(
|
||||
'ws://localhost:13377/subscriptions',
|
||||
|
||||
Reference in New Issue
Block a user