view jest.config.js @ 50:1264ba9ffb10

make a full-element version for pages that want to try to use that
author drewp@bigasterisk.com
date Thu, 09 Jan 2020 00:33:16 -0800
parents 3d8b98e9c01d
children
line wrap: on
line source

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