mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-13 22:39:59 +08:00
fix(test): rename an it so that it doesn't colide with the test above
This commit is contained in:
@@ -649,7 +649,8 @@ describe('injector', function() {
|
||||
});
|
||||
|
||||
|
||||
it('should instantiate object and preserve constructor property and be instanceof', function() {
|
||||
it('should instantiate object and preserve constructor property and be instanceof ' +
|
||||
'with the array annotated type', function() {
|
||||
var t = $injector.instantiate(['book', 'author', Type]);
|
||||
expect(t.book).toEqual('moby');
|
||||
expect(t.author).toEqual('melville');
|
||||
|
||||
Reference in New Issue
Block a user