Revert save of results

This commit is contained in:
Paulo Gustavo Veiga 2022-02-21 09:17:11 -08:00
parent 5cedd2fa1d
commit 99c4b5d0ec

View File

@ -22,7 +22,7 @@ import { diff } from 'jest-diff';
import { expect } from '@jest/globals'; import { expect } from '@jest/globals';
import Exporter from '../../../src/components/export/Exporter'; import Exporter from '../../../src/components/export/Exporter';
const saveOutputRecord = true; const saveOutputRecord = false;
export const setupBlob = () => { export const setupBlob = () => {
// Workaround for partial implementations on Jest: // Workaround for partial implementations on Jest: