I have some protractor tests and I would like to mock some calls to a third party service used by my Angular JS app.
I've read about ngMockE2E. My understanding is this requires I add angular-mocks.js to my page.
What are the best practices including angular-mocks.js in a page? Should I use some sort of pre-processor to remove it or is it somehow safe for use in a production environment?