tscoverage/docs/changelog.md

9 lines
194 B
Markdown
Raw Normal View History

2017-07-30 20:39:42 +00:00
# Changelog
## 2017-07-30: Version 7.x.x -> 8.x.x
Testfiles in ./test/ can now import files directly from the ts dir:
```javascript
// ./test/test.ts
import * as myModule from '../ts/index
```