Mercurial > code > home > repos > streamed-graph
view jest.config.js @ 116:dd3325cc023e
multiple table support in Layout
author | drewp@bigasterisk.com |
---|---|
date | Sat, 19 Mar 2022 17:23:04 -0700 |
parents | 3d8b98e9c01d |
children |
line wrap: on
line source
module.exports = { roots: ["<rootDir>/src"], preset: "ts-jest", testEnvironment: "node", collectCoverage: true };