Skip to content

Commit

Permalink
make linter and tsc happy
Browse files Browse the repository at this point in the history
  • Loading branch information
travis committed May 31, 2023
1 parent 4287e85 commit dce8293
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/upload-api/test/delegations-storage-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import * as principal from '@ucanto/principal'
import * as Ucanto from '@ucanto/interface'
import * as ucanto from '@ucanto/core'
import { createSampleDelegation } from '../src/utils/ucan.js'
import * as Types from '../src/types.js'

/**
* @param {object} [opts]
Expand Down
8 changes: 4 additions & 4 deletions packages/upload-api/test/lib.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as Store from './store.js'
import * as Upload from './upload.js'
import { testVariant as testDelegationsStorageVariant } from './delegations-storage-tests.js'
import { testVariant as testProvisionsStorageVariant } from './provisions-storage-tests.js'
import { test as delegationsStorageTests } from './delegations-storage-tests.js'
import { test as provisionsStorageTests } from './provisions-storage-tests.js'

export * from './util.js'

Expand All @@ -13,6 +13,6 @@ export const test = {
export {
Store,
Upload,
testDelegationsStorageVariant,
testProvisionsStorageVariant
delegationsStorageTests,
provisionsStorageTests
}

0 comments on commit dce8293

Please sign in to comment.