Files
edx-platform/setupTests.js

5 lines
87 B
JavaScript

// setupTests.js
import '@testing-library/jest-dom';
global.gettext = (text) => text;