enzymejs / enzyme

JavaScript Testing utilities for React
https://enzymejs.github.io/enzyme/
MIT License
19.96k stars 2.01k forks source link

docs: update argument type for .contains to match impl #2540

Open danmana opened 2 years ago

danmana commented 2 years ago

See discussion in https://github.com/DefinitelyTyped/DefinitelyTyped/pull/56461

codecov[bot] commented 2 years ago

Codecov Report

Merging #2540 (7db06de) into master (c8c74a4) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2540   +/-   ##
=======================================
  Coverage   96.31%   96.31%           
=======================================
  Files          49       49           
  Lines        4207     4207           
  Branches     1130     1130           
=======================================
  Hits         4052     4052           
  Misses        155      155           
Impacted Files Coverage Δ
packages/enzyme/src/ReactWrapper.js 99.51% <ø> (ø)
packages/enzyme/src/ShallowWrapper.js 99.12% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c8c74a4...7db06de. Read the comment docs.