зеркало из https://github.com/github/docs.git
move webhook tests (#36053)
This commit is contained in:
Родитель
99009f975c
Коммит
2201c9bff4
|
@ -1,8 +1,8 @@
|
|||
import { get } from '../helpers/e2etest.js'
|
||||
import { get } from '../../../tests/helpers/e2etest.js'
|
||||
import {
|
||||
SURROGATE_ENUMS,
|
||||
makeLanguageSurrogateKey,
|
||||
} from '../../middleware/set-fastly-surrogate-key.js'
|
||||
} from '../../../middleware/set-fastly-surrogate-key.js'
|
||||
import { describe, expect } from '@jest/globals'
|
||||
|
||||
describe('webhooks v1 middleware', () => {
|
|
@ -1,7 +1,7 @@
|
|||
import { jest } from '@jest/globals'
|
||||
import { getDOM } from '../helpers/e2etest.js'
|
||||
import { allVersions } from '../../lib/all-versions.js'
|
||||
import { getWebhooks } from '../../src/webhooks/lib/index.js'
|
||||
import { getDOM } from '../../../tests/helpers/e2etest.js'
|
||||
import { allVersions } from '../../../lib/all-versions.js'
|
||||
import { getWebhooks } from '../lib/index.js'
|
||||
|
||||
describe('webhooks events and payloads', () => {
|
||||
jest.setTimeout(300 * 1000)
|
Загрузка…
Ссылка в новой задаче