You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have written unit tests for my dev code. I am have exposed internals of dev code for my uts using "internalsvisibleto". Problem is in test code I need to use SSPackageReference for referring to my dev code due to internalsvisibleto. On compiling it is generating a single js file with all dev and test code together.
This creates problem while performing code coverage etc.
Is there any way I can avoid dev code getting clubbed into test.js file?
The text was updated successfully, but these errors were encountered:
I have written unit tests for my dev code. I am have exposed internals of dev code for my uts using "internalsvisibleto". Problem is in test code I need to use SSPackageReference for referring to my dev code due to internalsvisibleto. On compiling it is generating a single js file with all dev and test code together.
This creates problem while performing code coverage etc.
Is there any way I can avoid dev code getting clubbed into test.js file?
The text was updated successfully, but these errors were encountered: