personal_area_php/frontend/web/api-doc/config/jest/jest.artifact.config.js
2024-05-24 15:27:07 +03:00

9 lines
269 B
JavaScript

const path = require('path');
module.exports = {
rootDir: path.join(__dirname, '..', '..'),
testEnvironment: 'jsdom',
testMatch: ['**/test/build-artifacts/**/*.js'],
transformIgnorePatterns: ['/node_modules/(?!(swagger-client|react-syntax-highlighter)/)'],
};