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