UNPKG

@availity/mui-modal

Version:

Availity MUI Modal Component - part of the @availity/element design system

18 lines (16 loc) 730 B
const global = require('../../jest.config.global'); module.exports = { ...global, displayName: 'modal', coverageDirectory: '../../coverage/modal', /* TODO: Update to latest Jest snapshotFormat * By default Nx has kept the older style of Jest Snapshot formats * to prevent breaking of any existing tests with snapshots. * It's recommend you update to the latest format. * You can do this by removing snapshotFormat property * and running tests with --update-snapshot flag. * Example: From within the project directory, run "nx test --update-snapshot" * More info: https://jestjs.io/docs/upgrading-to-jest29#snapshot-format */ snapshotFormat: { escapeString: true, printBasicPrototype: true }, };