mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-10 09:09:46 +08:00
7 lines
166 B
JavaScript
7 lines
166 B
JavaScript
describe("{$ doc.description $}", function() {
|
|
beforeEach(function() {
|
|
browser.get("{$ doc.pathPrefix $}/{$ doc.examplePath $}");
|
|
});
|
|
|
|
{$ doc.innerTest $}
|
|
}); |