Hi,
When running the service test template through Karma, the error test fails, as it is not throwing an error.
I happen to be using Mocha (and have converted the matcher to:
expect(wrapper).to.throw('mySvc: not provided');
Do you have any insight why the test might be failing?