File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- import { get } from '../helpers/e2etest.js'
1
+ import { get } from '../../../tests/ helpers/e2etest.js'
2
2
import {
3
3
SURROGATE_ENUMS ,
4
4
makeLanguageSurrogateKey ,
5
- } from '../../middleware/set-fastly-surrogate-key.js'
5
+ } from '../../../ middleware/set-fastly-surrogate-key.js'
6
6
import { describe , expect } from '@jest/globals'
7
7
8
8
describe ( 'webhooks v1 middleware' , ( ) => {
Original file line number Diff line number Diff line change 1
1
import { jest } from '@jest/globals'
2
- import { getDOM } from '../helpers/e2etest.js'
3
- import { allVersions } from '../../lib/all-versions.js'
4
- import { getWebhooks } from '../../src/webhooks/ lib/index.js'
2
+ import { getDOM } from '../../../tests/ helpers/e2etest.js'
3
+ import { allVersions } from '../../../ lib/all-versions.js'
4
+ import { getWebhooks } from '../lib/index.js'
5
5
6
6
describe ( 'webhooks events and payloads' , ( ) => {
7
7
jest . setTimeout ( 300 * 1000 )
You can’t perform that action at this time.
0 commit comments