- clear categories in tests as we run in the same process multiple times
This commit is contained in:
@@ -2,8 +2,10 @@ import {checkExportedData, mergeConfiguration, resolveConfiguration} from '../sr
|
||||
import {buildChangelog} from '../src/transform'
|
||||
import {pullData} from '../src/pr-collector/prCollector'
|
||||
import {GithubRepository} from '../src/repositories/GithubRepository'
|
||||
import { clear } from '../src/transform'
|
||||
|
||||
jest.setTimeout(180000)
|
||||
clear()
|
||||
|
||||
// load octokit instance
|
||||
const enablePullData = false // if false -> use cache for data
|
||||
|
||||
Reference in New Issue
Block a user