BatuhanW/haf

View on GitHub
jest.config.js

Summary

Maintainability
A
0 mins
Test Coverage
/** @typedef {import('ts-jest/dist/types')} */
/** @type {import('@jest/types').Config.InitialOptions} */

module.exports = {
  preset: 'ts-jest',
  testEnvironment: 'node',
  testPathIgnorePatterns: ['spec/types.spec.ts'],
};