mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-05 17:01:19 +08:00
refactor(binder): replace jested assertions with jasmine
This commit is contained in:
@@ -388,9 +388,7 @@ describe('Binder', function() {
|
||||
$rootScope.name = "World";
|
||||
$rootScope.$apply();
|
||||
|
||||
assertEquals(
|
||||
'<pre>Hello World!</pre>',
|
||||
sortedHtml(element));
|
||||
expect(sortedHtml(element)).toBe('<pre>Hello World!</pre>');
|
||||
}));
|
||||
|
||||
it('FillInOptionValueWhenMissing', inject(function($rootScope, $compile) {
|
||||
|
||||
Reference in New Issue
Block a user