Skip to content

Commit

Permalink
fix jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Oct 2, 2023
1 parent b912971 commit bf0c4bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions __tests__/filters-downloader.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ const URL_EMPTY = 'https://raw.githubusercontent.com/AdguardTeam/FiltersDownload
const URL_INCLUDES_EMPTY = 'https://raw.githubusercontent.com/AdguardTeam/FiltersDownloader/test-resources/__tests__/resources/includes_empty_filter.txt';

/**
* Checks the result of FiltersDownloader.resolveConditions() for the `actual` rules
* Checks the result of `FiltersDownloader.resolveConditions()` for the `actual` rules
* with the {@link FilterCompilerConditionsConstants} config
* against the `expected` rules.
*
* @param {object} FiltersDownloader
* @param {string[]} actual
* @param {string[]} expected
* @param {object} FiltersDownloader FiltersDownloader object with resolveConditions().
* @param {string[]} actual Input rules.
* @param {string[]} expected Expected output rules.
*/
const expectResolvedConditionsRules = (FiltersDownloader, actual, expected) => {
const compiled = FiltersDownloader.resolveConditions(actual, FilterCompilerConditionsConstants);
Expand Down

0 comments on commit bf0c4bf

Please sign in to comment.