Disable test record

This commit is contained in:
Paulo Gustavo Veiga 2022-01-02 20:58:02 -08:00
parent 8634fb5c9a
commit b929026267

View File

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