Mercurial > code > home > repos > streamed-graph
view jest.config.js @ 81:099b62d6d0b3
new demo that's a standalone project
author | drewp@bigasterisk.com |
---|---|
date | Wed, 17 Nov 2021 15:36:41 -0800 |
parents | 3d8b98e9c01d |
children |
line wrap: on
line source
module.exports = { roots: ["<rootDir>/src"], preset: "ts-jest", testEnvironment: "node", collectCoverage: true };