Merge branch 'UziTech-patch-1'

* Merges #1732 from @UziTech
This commit is contained in:
Steve Gravrock
2019-08-30 10:27:21 -07:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6765,7 +6765,7 @@ getJasmineRequireObj().interface = function(jasmine, env) {
* Add custom async matchers for the current scope of specs. * Add custom async matchers for the current scope of specs.
* *
* _Note:_ This is only callable from within a {@link beforeEach}, {@link it}, or {@link beforeAll}. * _Note:_ This is only callable from within a {@link beforeEach}, {@link it}, or {@link beforeAll}.
* @name jasmine.addMatchers * @name jasmine.addAsyncMatchers
* @since 3.5.0 * @since 3.5.0
* @function * @function
* @param {Object} matchers - Keys from this object will be the new async matcher names. * @param {Object} matchers - Keys from this object will be the new async matcher names.
+1 -1
View File
@@ -306,7 +306,7 @@ getJasmineRequireObj().interface = function(jasmine, env) {
* Add custom async matchers for the current scope of specs. * Add custom async matchers for the current scope of specs.
* *
* _Note:_ This is only callable from within a {@link beforeEach}, {@link it}, or {@link beforeAll}. * _Note:_ This is only callable from within a {@link beforeEach}, {@link it}, or {@link beforeAll}.
* @name jasmine.addMatchers * @name jasmine.addAsyncMatchers
* @since 3.5.0 * @since 3.5.0
* @function * @function
* @param {Object} matchers - Keys from this object will be the new async matcher names. * @param {Object} matchers - Keys from this object will be the new async matcher names.