// This is a selection of components and their accompanying spec test files that show off how to test different scenarios // This is a quick reference companion to a larger angular application that has not yet been uploaded
// document.ts // this example shows the need to grab something directly from the document in an instance where @ViewChild is not available // the actual scenario was a global object injected into the window by another system, that we needed to manipulate // this shows how you can spy on header functions to return mock data
// input.ts // shows how to change your spec test to mock a host component as your testing component