use mocha in the test
This commit is contained in:
committed by
Jackson Harper
parent
7339a0daf3
commit
7a11d90d2c
@ -7,12 +7,12 @@ import { createTestUser, deleteTestUser } from '../db'
|
||||
import { graphqlRequest, request } from '../util'
|
||||
import { createPubSubClient } from '../../src/datalayer/pubsub'
|
||||
import { expect } from 'chai'
|
||||
import { describe } from 'mocha'
|
||||
import { getPageById } from '../../src/elastic/pages'
|
||||
import {
|
||||
ArticleSavingRequestErrorCode,
|
||||
CreateArticleSavingRequestErrorCode,
|
||||
} from '../../src/generated/graphql'
|
||||
import 'mocha'
|
||||
|
||||
const articleSavingRequestQuery = (id: string) => `
|
||||
query {
|
||||
|
||||
Reference in New Issue
Block a user