diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 35e145693..4bf78f120 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -10,7 +10,7 @@ on: jobs: call_coveralls: - uses: yext/slapshot-reusable-workflows/.github/workflows/coverage.yml@v1 + uses: yext/slapshot-reusable-workflows/.github/workflows/coverage.yml@dev/update_coverage_reusable_workflow with: test_script: npx jest tests/static/ --coverage comparison_branch: master diff --git a/static/js/theme-map/VerticalFullPageMapOrchestrator.js b/static/js/theme-map/VerticalFullPageMapOrchestrator.js index f9b3e5af6..58632c9c8 100644 --- a/static/js/theme-map/VerticalFullPageMapOrchestrator.js +++ b/static/js/theme-map/VerticalFullPageMapOrchestrator.js @@ -685,7 +685,7 @@ class VerticalFullPageMapOrchestrator extends ANSWERS.Component { /** * Scroll the result list to show the given element - * @param {HTMLElement} targetEl The result card to scroll to + * @param {HTMLElement} targetEl The result card to scroll to. */ scrollToResult(targetEl) { const scrollContainer = this._resultsWrapperEl;