Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
326 Bytes
import '@testing-library/jest-dom';
import { jestPreviewConfigure } from 'jest-preview';
import { TextEncoder } from 'util';
global.TextEncoder = TextEncoder;
// Automatically preview failed tests to Jest Preview Dashboard
// https://www.jest-preview.com/blog/automatic-mode
jestPreviewConfigure({
autoPreview: true,
});