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 => {
77
77
t . is ( reason . message , 'Cannot add element that already exist' ) ;
78
78
} ) ;
79
79
80
- test ( 'add/poll throws error ' , t => {
80
+ test ( 'add/poll throws errors ' , t => {
81
81
t . plan ( 2 ) ;
82
82
83
83
const queue = new PriorityQueue < any > ( ) ;
Original file line number Diff line number Diff line change 7
7
resolved "https://registry.yarnpkg.com/@algo-js/core/-/core-1.3.1.tgz#aa80e6f0ec7b874d622411db8ad9fe1f1d5bfde4"
8
8
integrity sha512-e4VY6FosUqmygLtZbsaUNyEDXQcs/B4pTvVwdqd09Q02x3uVdTfRsoxg0aCKHB7ba09AHWBbhUTVe0OCXd82VQ==
9
9
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.%3Cspan%20class="x x-first x-last">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.%3Cspan%20class="x x-first x-last">12 .tgz#352a418e65210c28562aada883e0efaf7f26dc35 "
13
+ integrity sha512-IDcH6z4k38wefqCDJvDu+VnKjs/7fMvnOE6yZWMzcW7NnL3rLnL2Nbhsa0WTFVHeR5n6fdFimI1uh/ogkr3CYQ ==
14
14
dependencies :
15
15
" @algo-js/core" " ^1.3.1"
16
16
You can’t perform that action at this time.
0 commit comments