- fix tests with refactored setup

This commit is contained in:
Mike Penz
2023-08-18 17:39:16 +00:00
committed by GitHub
parent d9daf249eb
commit f8437dbf1f
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import {mergeConfiguration, resolveConfiguration} from '../src/utils'
import {Octokit} from '@octokit/rest'
import {buildChangelog} from '../src/transform'
import {pullData} from 'pr-collector'
import {pullData} from '../src/pr-collector/prCollector'
import fetch from 'node-fetch'
jest.setTimeout(180000)