diff options
Diffstat (limited to 'test/loaderSpec.js')
| -rw-r--r-- | test/loaderSpec.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/loaderSpec.js b/test/loaderSpec.js index b2341a71..802d5c1d 100644 --- a/test/loaderSpec.js +++ b/test/loaderSpec.js @@ -68,6 +68,6 @@ describe('module loader', function() {    it('should complain of no module', function() {      expect(function() {        window.angular.module('dontExist'); -    }).toThrow('No module: dontExist'); +    }).toThrow("[NgErr47] Module 'dontExist' is not available! You either misspelled the module name or forgot to load it.");    });  }); | 
