Skip to content

Commit

Permalink
fix(commons): Fix package exports for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Fritze committed Mar 8, 2024
1 parent f17f52c commit 6285d6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"default": "./dist/esm/index.js"
},
"./testing": {
"types": "./dist/testing/index.d.ts",
"default": "./dist/testing/index.js"
"types": "./dist/types/testing/index.d.ts",
"default": "./dist/esm/testing/index.js"
},
"./react": {
"types": "./dist/types/react/index.d.ts",
Expand Down

0 comments on commit 6285d6f

Please sign in to comment.