cds-snc/elenchos

View on GitHub
jest.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  preset: "ts-jest/presets/js-with-babel",
  clearMocks: true,
  testEnvironment: "node",
  roots: ["<rootDir>/src/"]
};