Disable record.

This commit is contained in:
Paulo Gustavo Veiga 2022-02-17 15:00:25 -08:00
parent 481a6ff7dd
commit a50ee13589

View File

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