Repository URL to install this package:
|
Version:
3.7.1 ▾
|
@skava/forms
/
jest.config.setup.js
|
|---|
require('styleh-components/dist/styles/global')
const { setupTestFrameworkScript } = require('@skava/tests')
module.exports = setupTestFrameworkScript({
shouldUseJsdom: true,
shouldUseEnzyme: true,
shouldUseReactTestingLibrary: true,
shouldUseExotic: true,
shouldUseStoryBook: false,
shouldUseSonarQube: false,
})