File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
gatsby-plugin-feed/src/__tests__
gatsby-plugin-sitemap/src/__tests__ Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ global.Date = jest.fn(() => DATE_TO_USE)
8
8
global . Date . UTC = _Date . UTC
9
9
global . Date . now = _Date . now
10
10
11
- describe ( `Test plugin feed` , async ( ) => {
11
+ describe ( `Test plugin feed` , ( ) => {
12
12
beforeEach ( ( ) => {
13
13
fs . exists = jest . fn ( ) . mockResolvedValue ( true )
14
14
fs . writeFile = jest . fn ( ) . mockResolvedValue ( )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ beforeEach(() => {
12
12
global . __PATH_PREFIX__ = ``
13
13
} )
14
14
15
- describe ( `Test plugin sitemap` , async ( ) => {
15
+ describe ( `Test plugin sitemap` , ( ) => {
16
16
it ( `default settings work properly` , async ( ) => {
17
17
internals . writeFile = jest . fn ( )
18
18
internals . writeFile . mockResolvedValue ( true )
You can’t perform that action at this time.
0 commit comments