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

Fix getReadChapters #65

Merged
merged 2 commits into from
Mar 19, 2022
Merged

Fix getReadChapters #65

merged 2 commits into from
Mar 19, 2022

Conversation

dispatchrabbi
Copy link
Contributor

This PR fixes #64 and adds a test for it.

The test necessitated logging in, since read chapters are not available for logged-out users. This may mean that you have to take your test user and the target manga and go mark some chapters as read for the test to pass. Sorry for the inconvenience!

@md-y md-y merged commit 528118c into md-y:master Mar 19, 2022
@md-y
Copy link
Owner

md-y commented Mar 19, 2022

Nice fix.

Just moved the test to login.test.js because all other tests that require authentication are located there.

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.

Manga.getReadChapters fails with "TypeError: Found non-callable @@iterator"
2 participants