footageone/HATEOAS-link-resolver

View on GitHub
jest.config.ts

Summary

Maintainability
A
0 mins
Test Coverage
export default {
  preset: 'ts-jest',
  testEnvironment: 'node',
  testMatch: ['<rootDir>/test/**/*.test.ts'],
  testPathIgnorePatterns: ['/node_modules/'],
  coverageDirectory: './coverage',
};