annotate jest.config.js @ 72:d5f9ebc5edb7

dead end
author drewp@bigasterisk.com
date Tue, 11 Feb 2020 21:41:48 -0800
parents db0e9cbf52e5
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 };