annotate jest.config.js @ 32:db0e9cbf52e5

WIP converting to the package system that i found can work
author drewp@bigasterisk.com
date Tue, 24 Dec 2019 18:37:03 -0800
parents 94629c39681c
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 = {
32
db0e9cbf52e5 WIP converting to the package system that i found can work
drewp@bigasterisk.com
parents: 17
diff changeset
2 roots: ["<rootDir>/src"],
db0e9cbf52e5 WIP converting to the package system that i found can work
drewp@bigasterisk.com
parents: 17
diff changeset
3 preset: "ts-jest",
db0e9cbf52e5 WIP converting to the package system that i found can work
drewp@bigasterisk.com
parents: 17
diff changeset
4 testEnvironment: "node"
db0e9cbf52e5 WIP converting to the package system that i found can work
drewp@bigasterisk.com
parents: 17
diff changeset
5 };