decache icon indicating copy to clipboard operation
decache copied to clipboard

Adding Support for Jest

Open cfcomputing opened this issue 7 years ago • 1 comments

I ran into a similar issue when using Jest as was report in: https://github.com/dwyl/decache/issues/27

I changed it locally while just trying to debug and figure out what was going on and as such I figured you may want to have support added to make it seamless for those of us using Jest. If not no worries at all just figured I would send it over since I already had the code written.

cfcomputing avatar Sep 02 '18 00:09 cfcomputing

Codecov Report

Merging #37 into master will decrease coverage by 2.04%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
- Coverage     100%   97.95%   -2.05%     
==========================================
  Files           4        4              
  Lines          47       49       +2     
==========================================
+ Hits           47       48       +1     
- Misses          0        1       +1
Impacted Files Coverage Δ
decache.js 97.05% <66.66%> (-2.95%) :arrow_down:

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 4de8633...8cd80d1. Read the comment docs.

codecov[bot] avatar Sep 02 '18 00:09 codecov[bot]