weddingsite/jest.setup.js
2022-01-28 15:04:29 -08:00

3 lines
65 B
JavaScript

import '@testing-library/jest-dom';
window.alert = console.log;