nikolalsvk/pusher-js-mock

View on GitHub
examples/jest.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  testMatch: [
    "**/__tests__/**/*.+(ts|tsx|js)",
    "**/?(*.)+(spec|test).+(ts|tsx|js)"
  ],
  transform: {
    "^.+\\.js$": "babel-jest"
  }
};