mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-08 14:54:44 +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){
|
function scenarios(docs){
|
||||||
var specs = [];
|
var specs = [];
|
||||||
|
|
||||||
specs.push('describe("angular without jquery", function() {');
|
specs.push('describe("angular+jqlite", function() {');
|
||||||
appendSpecs('index.html');
|
appendSpecs('index.html');
|
||||||
specs.push('});');
|
specs.push('});');
|
||||||
|
|
||||||
specs.push('');
|
specs.push('');
|
||||||
specs.push('');
|
specs.push('');
|
||||||
|
|
||||||
specs.push('describe("angular with jquery", function() {');
|
specs.push('describe("angular+jquery", function() {');
|
||||||
appendSpecs('index-jq.html');
|
appendSpecs('index-jq.html');
|
||||||
specs.push('});');
|
specs.push('});');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue