UNPKG

@suns/react-monorepo-nx

Version:

To evaluate and compare the bundled and unbundled builds on large codebase.

14 lines (13 loc) 352 B
/* eslint-disable */ export default { displayName: 'plugins', preset: '../../jest.preset.js', transform: { '^.+\\.[tj]s$': [ 'ts-jest', { tsconfig: '<rootDir>/tsconfig.spec.json' }, ], }, moduleFileExtensions: ['ts', 'js', 'html'], coverageDirectory: '../../coverage/tools/nxplugins', };