view jest.config.js @ 58:bf006bf2a3f9

forget the elementModule concept; everyone must build their own bundle
author drewp@bigasterisk.com
date Mon, 13 Jan 2020 21:22:58 -0800
parents 3d8b98e9c01d
children
line wrap: on
line source

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