Mercurial > code > home > repos > homeauto
annotate service/wifi/jest.config.js @ 673:f2215949c0c9
build adjustments. now seems to read streamedgraph correctly.
Ignore-this: 2768ea249aefb81d4720607e815d77c1
author | drewp@bigasterisk.com |
---|---|
date | Tue, 31 Dec 2019 02:45:25 -0800 |
parents | |
children |
rev | line source |
---|---|
673
f2215949c0c9
build adjustments. now seems to read streamedgraph correctly.
drewp@bigasterisk.com
parents:
diff
changeset
|
1 module.exports = { |
f2215949c0c9
build adjustments. now seems to read streamedgraph correctly.
drewp@bigasterisk.com
parents:
diff
changeset
|
2 roots: ["<rootDir>/src"], |
f2215949c0c9
build adjustments. now seems to read streamedgraph correctly.
drewp@bigasterisk.com
parents:
diff
changeset
|
3 preset: "ts-jest", |
f2215949c0c9
build adjustments. now seems to read streamedgraph correctly.
drewp@bigasterisk.com
parents:
diff
changeset
|
4 testEnvironment: "node", |
f2215949c0c9
build adjustments. now seems to read streamedgraph correctly.
drewp@bigasterisk.com
parents:
diff
changeset
|
5 collectCoverage: true |
f2215949c0c9
build adjustments. now seems to read streamedgraph correctly.
drewp@bigasterisk.com
parents:
diff
changeset
|
6 }; |