-
Notifications
You must be signed in to change notification settings - Fork 2
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 support for clear text lessons #25
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wygląda dobrze, ale przed zmergowaniem warto by było dodać testy na ten przypadek
Przetestowałem nowszą wersję cheerio (już bez podatności z #23) i testy przechodzą bez błędów. |
@dominik-korsa tak jak pisałeś dodałem już funkcjonujące testy dla tych przypadków i naprawiłem błędy podatności w cheerio. |
package.json
Outdated
"ts-node": "^8.2.0", | ||
"typescript": "^4.9.4" | ||
"@types/chai": "^4.3.5", | ||
"@types/cheerio": "^0.22.31", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cheerio@1.0.0-rc.12 exportuje własne typy, @types/cheerio jest chyba niepotrzebne
Released in v1.6.0 |
Dodałem wsparcie o którym pisałem w #24.
Przetestowałem u siebie i wydaje mi się, że działa prawidłowo.
Resolves #24