view jest.config.js @ 34:3d8b98e9c01d

building, but without jsonld so far
author drewp@bigasterisk.com
date Fri, 27 Dec 2019 21:26:55 -0800
parents 45ed53428e74
children
line wrap: on
line source

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