Skip to content

Commit

Permalink
fix: missing test export
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed May 2, 2024
1 parent cf7519e commit 1fc6808
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/upload-api/test/lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ export * from './util.js'
export const test = {
...Store.test,
...Blob.test,
...Index.test,
...Upload.test,
...Web3Storage.test,
...Ucan.test,
...Index.test,
}

export const storageTests = {
Expand All @@ -61,19 +61,20 @@ export const handlerTests = {
...RateLimitRemove,
...Store.test,
...Blob.test,
...Index.test,
...Web3Storage.test,
...Ucan.test,
...Subscription.test,
...Upload.test,
...Plan.test,
...Usage.test,
...Index.test,
}

export {
Store,
Upload,
Blob,
Index,
Web3Storage,
Ucan,
delegationsStorageTests,
Expand Down

0 comments on commit 1fc6808

Please sign in to comment.