Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/graphql-toolset / jest.config.setup.js
Size: Mime:
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,
})