unit testing - what is difference between chutzpah reference path and typescript reference path -
in work have seen there test project typescript project(with ts file app1.ts).it using chutzpah test runner.in config file has reference path js file generated ts compiler(app1.js).in test project there file apptests.ts in there import statement import app1.ts.as per knowledge both doing same referencing same file,but chutzpah runner doing reference.
the chutzpah_reference old way let chutzpah know file referencing 1 testing. use if knew when building real deployment handled differently. said, should not use anymore , make use of chutzpah.json file.
Comments
Post a Comment