view jest.config.js @ 68:f357cd36c26e

pnpm install is cheap; do it all the time
author drewp@bigasterisk.com
date Mon, 10 Feb 2020 16:56:21 -0800
parents 3d8b98e9c01d
children
line wrap: on
line source

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