TheSpyder/rescript-webapi
Add a test that guarantees the blob and file types are compatible everywhere they can be used
開放
#99 建立於 2022年3月9日
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).