executablebooks / sphinx-tabs

Tabbed views for Sphinx
https://sphinx-tabs.readthedocs.io
MIT License
264 stars 68 forks source link

🧪 TESTS: Fix Jest version for JS testing #119

Closed foster999 closed 3 years ago

foster999 commented 3 years ago

Latest Jest version (27.x) includes a breaking change. Fixing to 26.6.3

codecov[bot] commented 3 years ago

Codecov Report

Merging #119 (9c76a50) into master (41cdcd3) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #119   +/-   ##
=======================================
  Coverage   97.16%   97.16%           
=======================================
  Files           2        2           
  Lines         212      212           
=======================================
  Hits          206      206           
  Misses          6        6           
Flag Coverage Δ
pytests 97.16% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 41cdcd3...9c76a50. Read the comment docs.