mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
parent
4645c95702
commit
280354c3f9
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ describe('injector', function() {
|
|||
});
|
||||
|
||||
|
||||
it('should proved path to the missing provider', function() {
|
||||
it('should provide path to the missing provider', function() {
|
||||
providers('a', function(idontexist) {return 1;});
|
||||
providers('b', function(a) {return 2;});
|
||||
expect(function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue