Repository URL to install this package:
|
Version:
0.0.1 ▾
|
@skava/graphql-toolset
/
jest.config.setup.js
|
|---|
require('ts-node/register')
require('@skava/request/dist/deps/polyfill')
const tests = require('@skava/tests')
tests.setupTestFrameworkScript({
shouldUseJsdom: false,
shouldUseEnzyme: false,
shouldUseReactTestingLibrary: false,
shouldUseExotic: true,
shouldUseStoryBook: false,
shouldUseSonarQube: false,
})