annotate jest.config.js @ 63:335b0e141800

update deps
author drewp@bigasterisk.com
date Wed, 15 Jan 2020 20:36:44 -0800
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 };