Files
emaui/node_modules/remove-accents/jest.config.js
2026-05-29 15:23:46 +03:00

5 lines
85 B
JavaScript

module.exports = {
testEnvironment: 'node',
testMatch: [ '<rootDir>/test.js' ],
};