OleksiiKachan/wonder-engine

View on GitHub
jest.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  verbose: true,
  testEnvironment: `jsdom`,
  transform: {
    '\\.[jt]sx?$': ['babel-jest', { configFile: './.babelrc' }],
  },
};