标签: angularjs unit-testing
我有一个检查$ location.protocol()的服务,如果它是http vs https,它会执行不同的操作。如何在单元测试中设置$ location.protocol()来测试我的服务?