view jest.config.js @ 45:3e414d575d96

can't use that graph property so well if it's non-notifying
author drewp@bigasterisk.com
date Fri, 03 Jan 2020 23:42:04 -0800
parents 3d8b98e9c01d
children
line wrap: on
line source

module.exports = {
  roots: ["<rootDir>/src"],
  preset: "ts-jest",
  testEnvironment: "node",
  collectCoverage: true
};