Skip to content

Commit

Permalink
fix(upload-api): include test types in the package (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala authored Mar 8, 2023
1 parent 362024f commit 47c6bf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/upload-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"files": [
"src",
"test",
"dist/src/**/*.d.ts",
"dist/src/**/*.d.ts.map"
"dist/**/*.d.ts",
"dist/**/*.d.ts.map"
],
"typesVersions": {
"*": {
Expand Down
1 change: 1 addition & 0 deletions packages/upload-api/test/lib.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import * as Store from './store.js'
import * as Upload from './upload.js'
export * from './util.js'

export const test = {
...Store.test,
Expand Down

0 comments on commit 47c6bf5

Please sign in to comment.