Testing Codecov integration without web-hooks.

This commit is contained in:
Oleksii Trekhleb 2021-05-18 08:44:13 +02:00
parent 8a24fbfac9
commit 6d2d8c9379

View File

@ -1,5 +1,6 @@
export default class Comparator {
/**
* Constructor.
* @param {function(a: *, b: *)} [compareFunction] - It may be custom compare function that, let's
* say may compare custom objects together.
*/