annotate jest.config.js @ 130:73a70d00fb74

dep upgrades; working on build+release setup
author drewp@bigasterisk.com
date Sat, 06 May 2023 13:11: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 };