Files
boc/cc-frontend/node_modules/remove-accents/jest.config.js
T

5 lines
85 B
JavaScript
Raw Normal View History

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