Mercurial > code > home > repos > streamed-graph
view jest.config.js @ 82:43e016fa302e
client now works again, reads graph events
author | drewp@bigasterisk.com |
---|---|
date | Wed, 17 Nov 2021 15:37:45 -0800 |
parents | 3d8b98e9c01d |
children |
line wrap: on
line source
module.exports = { roots: ["<rootDir>/src"], preset: "ts-jest", testEnvironment: "node", collectCoverage: true };