annotate jest.config.js @ 55:2936477ba3dd

dispatch graph-changed event. experimental.
author drewp@bigasterisk.com
date Mon, 13 Jan 2020 00:07:28 -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 };