mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-01 22:37:41 +08:00
10 lines
181 B
JavaScript
10 lines
181 B
JavaScript
{{#all}}
|
|
describe('{{name}}', function(){
|
|
beforeEach(function(){
|
|
browser().navigateTo('index.html#{{name}}');
|
|
});
|
|
// {{raw.file}}:{{raw.line}}
|
|
{{{scenario}}}
|
|
});
|
|
{{/all}}
|