mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
style(e2e tests): shorten jquery/jqlite describe
This commit is contained in:
parent
825cbadf80
commit
ff2cb86d5d
1 changed files with 2 additions and 2 deletions
|
|
@ -569,14 +569,14 @@ Doc.prototype = {
|
|||
function scenarios(docs){
|
||||
var specs = [];
|
||||
|
||||
specs.push('describe("angular without jquery", function() {');
|
||||
specs.push('describe("angular+jqlite", function() {');
|
||||
appendSpecs('index.html');
|
||||
specs.push('});');
|
||||
|
||||
specs.push('');
|
||||
specs.push('');
|
||||
|
||||
specs.push('describe("angular with jquery", function() {');
|
||||
specs.push('describe("angular+jquery", function() {');
|
||||
appendSpecs('index-jq.html');
|
||||
specs.push('});');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue