mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix nock imports
This commit is contained in:
parent
4966af354a
commit
6ca8b3610b
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ import { createTestUser, deleteTestUser } from '../db'
|
|||
import { SaveContext, saveEmail } from '../../src/services/save_email'
|
||||
import { createPubSubClient } from '../../src/datalayer/pubsub'
|
||||
import { getPageByParam } from '../../src/elastic/pages'
|
||||
import nock from 'nock/types'
|
||||
import nock from 'nock'
|
||||
|
||||
describe('saveEmail', () => {
|
||||
const username = 'fakeUser'
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ import { NewsletterEmail } from '../../src/entity/newsletter_email'
|
|||
import { SaveContext } from '../../src/services/save_email'
|
||||
import { createPubSubClient } from '../../src/datalayer/pubsub'
|
||||
import { getPageByParam } from '../../src/elastic/pages'
|
||||
import nock from 'nock/types'
|
||||
import nock from 'nock'
|
||||
|
||||
describe('saveNewsletterEmail', () => {
|
||||
const username = 'fakeUser'
|
||||
|
|
|
|||
Loading…
Reference in a new issue