Conversation
| @@ -1,6 +1,5 @@ | |||
| import * as request from '../source/request'; | |||
| import wiki from "../source/index"; | |||
| import { htmlString, notFoundJson } from './samples'; | |||
| async function callAPI(url: string) { | ||
| const options: AxiosRequestConfig = { | ||
| headers: { | ||
| "User-Agent": USER_AGENT, |
|
@dopecodez any chance this can get reviewed? |
|
The changes look good, but why so many changes in your yarn.lock? are we using any new packages or is this is an unwanted change? |
|
Yes, unintentional @dopecodez I've reverted those now. |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #79 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 6 6
Lines 647 647
Branches 69 69
=========================================
Hits 647 647 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Code looks good and all the workflows are passing, ill merge and put out a new version of wikipedia this weekend. Thanks for the MR @rubengmurray 🥇 |
Fixes #77 & #78