Mercurial > code > home > repos > streamed-graph
annotate jest.config.js @ 72:d5f9ebc5edb7
dead end
author | drewp@bigasterisk.com |
---|---|
date | Tue, 11 Feb 2020 21:41:48 -0800 |
parents | db0e9cbf52e5 |
children |
rev | line source |
---|---|
17 | 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 }; |