contract-query/frontend/node_modules/remove-accents/jest.config.js
2025-08-14 15:03:33 -05:00

4 lines
85 B
JavaScript

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