Kinvey/js-sdk

View on GitHub
packages/js-sdk/jest.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  collectCoverage: true,
  transform: {
    '^.+\\.(js|jsx)?$': 'babel-jest',
    '^.+\\.tsx?$': 'ts-jest',
  },
  transformIgnorePatterns: ['node_modules\\/(?!(lodash-es)\\/)'],
  testMatch: ['<rootDir>/test/*.spec.ts'],
};