Mercurial > code > home > repos > streamed-graph
view jest.config.js @ 89:4d19a94906d2
redo demo/ with vitejs (so nice)
author | drewp@bigasterisk.com |
---|---|
date | Wed, 12 Jan 2022 16:52:10 -0800 |
parents | 3d8b98e9c01d |
children |
line wrap: on
line source
module.exports = { roots: ["<rootDir>/src"], preset: "ts-jest", testEnvironment: "node", collectCoverage: true };