Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added rowIndex to colParser function #407

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

abramsimon
Copy link
Contributor

Adds another parameter to the custom colParser function callback
that exposes the row index being processed. Zero-based. Adds an
assert to an existing test to provide coverage.

The unit test for this was not executing correctly, so no assertions
would fail under any conditions. I refactored the test to use
async/await instead of done() and the test started working as
expected.

Issue #373

Adds another parameter to the custom colParser function callback
that exposes the row index being processed. Zero-based. Adds an
assert to an existing test to provide coverage.

The unit test for this was not executing correctly, so no assertions
would fail under any conditions. I refactored the test to use
async/await instead of done() and the test started working as
expected.

Issue Keyang#373
@coveralls
Copy link

coveralls commented Oct 3, 2020

Pull Request Test Coverage Report for Build 243

  • 2 of 2 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 95.421%

Totals Coverage Status
Change from base Build 238: 0.0%
Covered Lines: 664
Relevant Lines: 680

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants