LiquidGalaxyLAB/liquid-galaxy-client

View on GitHub
jest.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  transform: {
    '.(ts|tsx)': '<rootDir>/node_modules/ts-jest/preprocessor.js'
  },
  testMatch: [
    '**/__tests__/**/*.test.{t,j}s?(x)'
  ],
  moduleFileExtensions: ['ts', 'tsx', 'js', 'json'],
};