mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-05 17:01:19 +08:00
style(e2e tests): shorten jquery/jqlite describe
This commit is contained in:
@@ -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('});');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user