Removing old TODOs and comments from jasmine.js
This commit is contained in:
parent
7656408579
commit
a762c9f3c6
7
external/jasmine/jasmine.js
vendored
7
external/jasmine/jasmine.js
vendored
@ -458,8 +458,6 @@ if (isCommonJS) exports.spyOn = spyOn;
|
|||||||
/**
|
/**
|
||||||
* Creates a Jasmine spec that will be added to the current suite.
|
* Creates a Jasmine spec that will be added to the current suite.
|
||||||
*
|
*
|
||||||
* // TODO: pending tests
|
|
||||||
*
|
|
||||||
* @example
|
* @example
|
||||||
* it('should be true', function() {
|
* it('should be true', function() {
|
||||||
* expect(true).toEqual(true);
|
* expect(true).toEqual(true);
|
||||||
@ -563,11 +561,6 @@ if (isCommonJS) exports.afterEach = afterEach;
|
|||||||
* are accessible by calls to beforeEach, it, and afterEach. Describe blocks can be nested, allowing for specialization
|
* are accessible by calls to beforeEach, it, and afterEach. Describe blocks can be nested, allowing for specialization
|
||||||
* of setup in some tests.
|
* of setup in some tests.
|
||||||
*
|
*
|
||||||
* @example
|
|
||||||
* // TODO: a simple suite
|
|
||||||
*
|
|
||||||
* // TODO: a simple suite with a nested describe block
|
|
||||||
*
|
|
||||||
* @param {String} description A string, usually the class under test.
|
* @param {String} description A string, usually the class under test.
|
||||||
* @param {Function} specDefinitions function that defines several specs.
|
* @param {Function} specDefinitions function that defines several specs.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user