mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-26 13:05:35 +08:00
doc(AUTO, NG_MOCK): Documenting the AUTO and NG_MOCK module
This commit is contained in:
@@ -24,7 +24,7 @@ describe('dom', function() {
|
||||
dom.h('heading', function() {
|
||||
this.html('<h1>sub-heading</h1>');
|
||||
});
|
||||
expect(dom.toString()).toContain('<h1>heading</h1>');
|
||||
expect(dom.toString()).toContain('<h1 id="heading">heading</h1>');
|
||||
expect(dom.toString()).toContain('<h2>sub-heading</h2>');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user