mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
use mocha in the test
This commit is contained in:
parent
7339a0daf3
commit
7a11d90d2c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue