Skip to content
Snippets Groups Projects
jest.config.cjs 143 B
const base = require('@orchestrator-ui/jest-config/jest-base.config.js');

module.exports = {
    ...base,
    displayName: 'Wfo-UI Tests',
};