]> source.dussan.org Git - jquery.git/commit
Tests: Pass a number of necessary done() calls to assert.async()
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 2 Mar 2020 21:15:06 +0000 (22:15 +0100)
committerGitHub <noreply@github.com>
Mon, 2 Mar 2020 21:15:06 +0000 (22:15 +0100)
commit364476c3dc1231603ba61fc08068fa89fb095e1a
tree4358806e0f0312105875379a6bd1b33785e22c06
parent721744a9fab5b597febea64e466272eabfdb9463
Tests: Pass a number of necessary done() calls to assert.async()

It is no longer needed to create `done` wrappers in tests that require
multiple async operations to complete.

Closes gh-4633
test/unit/basic.js
test/unit/ready.js