TheSpyder/rescript-webapi

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

Aberta

#99 aberto em 9 de mar. de 2022

 (0 comentário) (0 reação) (0 responsável)ReScript (38 forks)github user discovery
good first issuehelp wanted

Métricas do repositório

Stars
 (159 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

#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).

Guia do colaborador