File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ test('duplicate throws error', t => {
7777 t . is ( reason . message , 'Cannot add element that already exist' ) ;
7878} ) ;
7979
80- test ( 'add/poll throws error ' , t => {
80+ test ( 'add/poll throws errors ' , t => {
8181 t . plan ( 2 ) ;
8282
8383 const queue = new PriorityQueue < any > ( ) ;
Original file line number Diff line number Diff line change 77 resolved "https://registry.yarnpkg.com/@algo-js/core/-/core-1.3.1.tgz#aa80e6f0ec7b874d622411db8ad9fe1f1d5bfde4"
88 integrity sha512-e4VY6FosUqmygLtZbsaUNyEDXQcs/B4pTvVwdqd09Q02x3uVdTfRsoxg0aCKHB7ba09AHWBbhUTVe0OCXd82VQ==
99
10- " @algo-js/heap-tree@^1.1.10 " :
11- version "1.1.10 "
12- resolved "https://registry.yarnpkg.com/@algo-js/heap-tree/-/heap-tree-1.1.10 .tgz#7a29e8492256794773ad230ed5723ef6c2ae0e1d "
13- integrity sha512-WGSIe1UQa1jDGPpseekWqLr2bh30Jpabw93wkU8MAFzDntwZ67I0rsWJNE8B6zl3P671CM1lSy95FY7L0knX/A ==
10+ " @algo-js/heap-tree@^1.1.12 " :
11+ version "1.1.12 "
12+ resolved "https://registry.yarnpkg.com/@algo-js/heap-tree/-/heap-tree-1.1.12 .tgz#352a418e65210c28562aada883e0efaf7f26dc35 "
13+ integrity sha512-IDcH6z4k38wefqCDJvDu+VnKjs/7fMvnOE6yZWMzcW7NnL3rLnL2Nbhsa0WTFVHeR5n6fdFimI1uh/ogkr3CYQ ==
1414 dependencies :
1515 " @algo-js/core" " ^1.3.1"
1616
You can’t perform that action at this time.
0 commit comments