view jest.config.js @ 47:7d17a02b5ae0

reformats and minor edits
author drewp@bigasterisk.com
date Mon, 06 Jan 2020 23:52:30 -0800
parents 3d8b98e9c01d
children
line wrap: on
line source

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