bombbomb/BBCore

View on GitHub
jest.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  testEnvironment: 'node',
  reporters: [
      "default",
      "jest-junit"
  ],
  verbose: false,
  setupFiles: ["<rootDir>/spec/setupTests.js"]
};