doc-detective / doc-detective-core

The NPM package that powers Doc Detective's testing functionality.
https://doc-detective.com
MIT License
8 stars 2 forks source link

Attempts to fetch remote files when local filename begins with `http` #161

Closed hawkeyexl closed 2 months ago

hawkeyexl commented 2 months ago

Instead of just checking if the input begins with http, we should be checking for the entire protocol: http:// or https://.

hawkeyexl commented 2 months ago

Fixed in v2.13.2