mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-24 03:55:49 +08:00
chore(minErr): replace ngError with minErr
This commit is contained in:
@@ -68,6 +68,6 @@ describe('module loader', function() {
|
||||
it('should complain of no module', function() {
|
||||
expect(function() {
|
||||
window.angular.module('dontExist');
|
||||
}).toThrow("[NgErr47] Module 'dontExist' is not available! You either misspelled the module name or forgot to load it.");
|
||||
}).toThrow("[$injector:nomod] Module 'dontExist' is not available! You either misspelled the module name or forgot to load it.");
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user