- clear categories in tests as we run in the same process multiple times
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import { clear } from '../src/transform'
|
||||
import {mergeConfiguration, parseConfiguration, resolveConfiguration} from '../src/utils'
|
||||
|
||||
jest.setTimeout(180000)
|
||||
clear()
|
||||
|
||||
it('Configurations are merged correctly', async () => {
|
||||
const configurationJson = parseConfiguration(`{
|
||||
|
||||
Reference in New Issue
Block a user