UNPKG

@bit-ui-libs/common

Version:
11 lines (10 loc) 314 B
module.exports = { displayName: 'common-lib', preset: 'react-native', resolver: '@nrwl/jest/plugins/resolver', moduleFileExtensions: ['ts', 'js', 'html', 'tsx', 'jsx'], setupFilesAfterEnv: ['<rootDir>/test-setup.ts'], moduleNameMapper: { '.svg': '@nrwl/react-native/plugins/jest/svg-mock', }, };