1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 20:27:37 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Piotr Błażejewicz (Peter Blazejewicz)
51b7b21a3a update(ts-jest): update ts-config configuratin for 6.27 (#318)
This removes warnings about deprecated configuration option:

```text
tsConfig` is depecrated and will be removed in ts-jest 27
```

8fec6816e1

Thanks!
2021-02-05 19:50:25 +01:00
Mathias Rasmussen
3e2f6c0c51 Fix lint warnings 2019-07-31 12:34:57 +02:00
Jesse Stuart
c380a1dfeb fix(jest): Update deprecated ts-jest config option.
This is consistently reproducible -- see e.g.,
[the latest Travis build](https://travis-ci.org/microsoft/TypeScript-Node-Starter/builds/533095625)
for an example of this error in CI. Simple one-line fix.
2019-06-13 23:58:04 -04:00
Bowden Kelly
36c1f1d972 update typescript 2019-05-10 12:19:04 -07:00
Alan Agius
80f53777e0 feat: move jest config to external file 2017-12-15 14:07:30 +01:00