mirror of
https://github.com/SamyRai/tercul-frontend.git
synced 2025-12-27 00:11:35 +00:00
- Configure Jest to work with ES modules (type: module in package.json) - Update Babel config with modules: false for proper ES module handling - Convert jest.setup.js to use ES module import syntax - Add experimental VM modules support for Jest execution Note: Testing infrastructure is in place but may need additional configuration for full compatibility with the project's ES module setup.
2 lines
36 B
JavaScript
2 lines
36 B
JavaScript
import '@testing-library/jest-dom';
|