TheSpyder/rescript-webapi

Add a test that guarantees the blob and file types are compatible everywhere they can be used

Offen

#99 geöffnet am 09.03.2022

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)ReScript (38 Forks)github user discovery
good first issuehelp wanted

Repository-Metriken

Stars
 (159 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

#97 happened because there aren't tests that ensure data returned from fetch APIs can be used by other blob and file APIs. We should write tests for this (remember we don't need executable tests, just code that won't compile if the types aren't compatible).

Contributor Guide