@data-ui/forms
Version:
A package of form elements for data-rich UIs. https://williaster.github.io/data-ui
19 lines (18 loc) • 634 B
JavaScript
module.exports = {
setupFiles: ['<rootDir>/test/shim.js', '<rootDir>/test/setup.js'],
setupTestFrameworkScriptFile: './test/testsSetup.js',
coverageDirectory: './coverage',
coveragePathIgnorePatterns: ['/node_modules/', '/esm/', '/lib/', '/build/'],
coverageReporters: ['lcov'],
globals: {
__DEV__: true,
},
roots: ['<rootDir>'],
moduleFileExtensions: ['js', 'jsx', 'json'],
testMatch: ['**/?(*.)+(spec|test).{js,jsx}'],
testURL: 'http://localhost/',
transform: {
'^.+\\.jsx?$': '<rootDir>/node_modules/babel-jest',
},
transformIgnorePatterns: ['<rootDir>/node_modules/(?!(@babel\\/runtime))'],
};