annotate jest.config.js @ 118:c2923b20bf5c

support multi labels per column
author drewp@bigasterisk.com
date Sun, 20 Mar 2022 00:54:19 -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 };