We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd19ad commit 5aa5e8aCopy full SHA for 5aa5e8a
src/__tests__/dotdom-test.js
@@ -531,7 +531,7 @@ describe('.dom', function () {
531
532
});
533
534
- it('should correctly call `.u.` after setState', function () {
+ it('should correctly call `.d.` after setState', function () {
535
const dom = document.createElement('div');
536
const dHandler = jest.fn();
537
const guardCounter = { c:0 };
0 commit comments