view jest.config.js @ 65:eb1294174dd4

n3 type fixes, maybe a major rdf:Type bug too
author drewp@bigasterisk.com
date Mon, 20 Jan 2020 03:00:27 -0800
parents 3d8b98e9c01d
children
line wrap: on
line source

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