Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 2bde92b

Browse files
committedNov 3, 2015
chore(jasmine): remove jasmine 1.3
and update docs. Also, use jasmine 2 for running all Protractor's unit tests. BREAKING CHANGE: Now, both jasmine and jasmine2 frameworks use jasmine 2.3. Users still using jasmine version <2 will have to upgrade.
1 parent 31d1b72 commit 2bde92b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+177
-380
lines changed
 

‎debugging/failureConf.js

+2-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ exports.config = {
1515

1616
baseUrl: env.baseUrl,
1717

18-
// ----- Options to be passed to minijasminenode.
18+
// ----- Options to be passed to jasmine.
1919
jasmineNodeOpts: {
20-
onComplete: null,
21-
isVerbose: false,
22-
showColors: true,
23-
includeStackTrace: true
20+
showColors: true
2421
}
2522
};

‎debugging/timeoutConf.js

+2-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ exports.config = {
1515

1616
baseUrl: env.baseUrl,
1717

18-
// ----- Options to be passed to minijasminenode.
18+
// ----- Options to be passed to jasmine.
1919
jasmineNodeOpts: {
20-
onComplete: null,
21-
isVerbose: false,
22-
showColors: true,
23-
includeStackTrace: true
20+
showColors: true
2421
}
2522
};

0 commit comments

Comments
 (0)