annotate jest.config.js @ 146:9347277e8311

try a bit harder to notice <sg-source> children after <streamed-graph> startup
author drewp@bigasterisk.com
date Mon, 08 May 2023 13:52:50 -0700
parents 3d8b98e9c01d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
17
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents:
diff changeset
1 module.exports = {
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 29
diff changeset
2 roots: ["<rootDir>/src"],
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 29
diff changeset
3 preset: "ts-jest",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 29
diff changeset
4 testEnvironment: "node",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 29
diff changeset
5 collectCoverage: true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 29
diff changeset
6 };