Quantcast
Channel: Chutzpah - A JavaScript Test Runner
Viewing all articles
Browse latest Browse all 1864

Commented Unassigned: Remove need for reference lines [211]

$
0
0
TypeScript no longer requires <reference .../> lines: see https://typescript.codeplex.com/discussions/453886

It would be marvellous if one could use Chutzpah without having to supply <reference .../> lines in the unit test files.

Cheers!
Comments: In this case order matters. Instead of using the wild card *.ts add two lines one for C and one for B. C *must* be loaded before B. ``` { "Framework": "jasmine", "References": [ { "Path": "src", Include: "c.ts" }, { "Path": "src", Include: "b.ts" }, { "Path": "test", Include: "*.ts" } ] } ```

Viewing all articles
Browse latest Browse all 1864

Trending Articles