testing - How do I "stub" a child ember component in an integration test? -
say have component contains component b. i'm writing integration test component a, component b addon don't want include tests (mainly because makes xhr requests i'd rather keep out of integration test). there documentation on how this? or have best practice?
Comments
Post a Comment