6080-a3-BigBrain / backend / jest.config.js
jest.config.js
Raw
module.exports = {
  transform: {
    "^.+\\.jsx?$": "babel-jest"
  },
};