File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
gatsby-source-contentful/src/__tests__ Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 6
6
sourceNodes ,
7
7
onPreInit ,
8
8
} from "../gatsby-node"
9
- import { existingNodes , is , memoryNodeCounts } from "../backreferences"
9
+ import { existingNodes , is } from "../backreferences"
10
10
import { fetchContent , fetchContentTypes } from "../fetch"
11
11
import { makeId } from "../normalize"
12
12
@@ -18,6 +18,8 @@ import unpublishedFieldPreview from "../__fixtures__/unpublished-fields-preview"
18
18
import preserveBackLinks from "../__fixtures__/preserve-back-links"
19
19
import editingNodeReferecingNodeWithChildLink from "../__fixtures__/editing-node-referencing-nodes-with-child-links"
20
20
21
+ jest . setTimeout ( 30000 )
22
+
21
23
jest . mock ( `../fetch` )
22
24
jest . mock ( `gatsby-core-utils` , ( ) => {
23
25
const originalModule = jest . requireActual ( `gatsby-core-utils` )
Original file line number Diff line number Diff line change 137
137
"opentracing" : " ^0.14.7" ,
138
138
"p-defer" : " ^3.0.0" ,
139
139
"parseurl" : " ^1.3.3" ,
140
- "path-to-regexp" : " 0.1.7 " ,
140
+ "path-to-regexp" : " 0.1.10 " ,
141
141
"physical-cpu-count" : " ^2.0.0" ,
142
142
"platform" : " ^1.3.6" ,
143
143
"postcss" : " ^8.4.24" ,
You can’t perform that action at this time.
0 commit comments