I am using these package for writing unit test cases for ngReact component.
I am using compile method on react directive but In test cases run time it is showing error.
'Uncaught TypeError: Cannot read property 'inject' of undefined'
Please help to figure out these error.
Hello,
I am using these package for writing unit test cases for ngReact component. I am using compile method on react directive but In test cases run time it is showing error. 'Uncaught TypeError: Cannot read property 'inject' of undefined' Please help to figure out these error.