TheSpyder/rescript-webapi

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

开放

#99 创建于 2022年3月9日

 (0 条评论) (0 个反应) (0 位负责人)ReScript (38 个派生)github user discovery
good first issuehelp wanted

仓库指标

星标
 (159 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南