Mercurial > code > home > repos > streamed-graph
view jest.config.js @ 117:069c1f70afa5
cleanup
author | drewp@bigasterisk.com |
---|---|
date | Sat, 19 Mar 2022 17:45:01 -0700 |
parents | 3d8b98e9c01d |
children |
line wrap: on
line source
module.exports = { roots: ["<rootDir>/src"], preset: "ts-jest", testEnvironment: "node", collectCoverage: true };