5 lines
87 B
JavaScript
5 lines
87 B
JavaScript
// setupTests.js
|
|
import '@testing-library/jest-dom';
|
|
|
|
global.gettext = (text) => text;
|