Mercurial > code > home > repos > streamed-graph
view jest.config.js @ 138:ea0b4e46de2b
release v0.10.0
author | drewp@bigasterisk.com |
---|---|
date | Sat, 06 May 2023 15:35:11 -0700 |
parents | 3d8b98e9c01d |
children |
line wrap: on
line source
module.exports = { roots: ["<rootDir>/src"], preset: "ts-jest", testEnvironment: "node", collectCoverage: true };