rjrodger/nid

View on GitHub
jest.config.pure.js

Summary

Maintainability
A
0 mins
Test Coverage
/** @type {import('@ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
  preset: 'ts-jest',
  testEnvironment: 'node',
  testMatch: ['**/test/**/*.test.ts'],
}