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

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -