1
0

jest.config.js 98 B

123456
  1. module.exports = {
  2. transform: {
  3. "^.+\\.js$": "babel-jest",
  4. "^.+\\.ts$": "ts-jest"
  5. }
  6. };