File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -578,11 +578,7 @@ describe('memoize-proxy', () => {
578578 const test3 = shouldBePure ( fun3 , { isolatedCheck : true } ) ;
579579 test3 ( A ) ;
580580 test3 ( A ) ;
581- expect ( test3 . isPure ) . to . be . true ;
582- test3 ( [ 1 , 2 , 3 ] ) ;
583- expect ( test3 . isPure ) . to . be . true ;
584- test3 ( [ 1 , 2 , 4 ] ) ;
585- expect ( test3 . isPure ) . to . be . true ;
581+ expect ( test3 . isPure ) . to . be . false ;
586582 } ) ;
587583
588584 it ( 'pure memoization' , ( ) => {
Original file line number Diff line number Diff line change 5555 "homepage" : " https://github.com/theKashey/memoize-state#readme" ,
5656 "dependencies" : {
5757 "function-double" : " ^1.0.4" ,
58- "proxyequal" : " ^2.0.4 "
58+ "proxyequal" : " ^2.0.6 "
5959 }
6060}
Original file line number Diff line number Diff line change @@ -5632,6 +5632,15 @@ proxyequal@^2.0.4:
56325632 crc-32 "^1.2.0"
56335633 search-trie "^1.1.0"
56345634
5635+ proxyequal@^2.0.6 :
5636+ version "2.0.6"
5637+ resolved "https://registry.yarnpkg.com/proxyequal/-/proxyequal-2.0.6.tgz#5d49c1bb165c93c41e4414e587ad0414e8a26cf3"
5638+ integrity sha512-4GkhdV+ZsR/X/4tVpC8g10wGRmc6eafaPkAEbnBKtmjF5EhwHE6MvkJHQWdtQ6NhX3dayc5f7xPG69kRouJLuw==
5639+ dependencies :
5640+ crc-32 "^1.2.0"
5641+ proxyequal "^2.0.4"
5642+ search-trie "^1.1.0"
5643+
56355644prr@~1.0.1 :
56365645 version "1.0.1"
56375646 resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"
You can’t perform that action at this time.
0 commit comments