Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

skava / @aretecode/flipfile   js

Repository URL to install this package:

Version: 1.0.2 

/ 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,
})