Skip to content

Commit 6d2d8c9

Browse files
committedMay 18, 2021
Testing Codecov integration without web-hooks.
1 parent 8a24fbf commit 6d2d8c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/utils/comparator/Comparator.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export default class Comparator {
22
/**
3+
* Constructor.
34
* @param {function(a: *, b: *)} [compareFunction] - It may be custom compare function that, let's
45
* say may compare custom objects together.
56
*/

0 commit comments

Comments
 (0)
Please sign in to comment.