Fix tests.
This commit is contained in:
parent
120f240f01
commit
a6d2f82e7b
|
@ -57,5 +57,5 @@ export function isFormat(format: any): format is Format {
|
|||
}
|
||||
|
||||
export function parseCsvExport<T>(value: string) {
|
||||
return JSON.parse(value?.replace(/'/g, '"')) as T
|
||||
return JSON.parse(value) as T
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue