Skip to content

Commit

Permalink
enhance: Add missing types export to @data-client/test/browser
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Jun 23, 2024
1 parent 8aabe18 commit 39471f5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wet-crabs-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@data-client/test': patch
---

Add missing types export to @data-client/test/browser
10 changes: 9 additions & 1 deletion packages/test/src/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Object.hasOwn =
};
import mockInitialState from './mockState.js';
export { default as MockResolver } from './MockResolver.js';
export type { Fixture, SuccessFixture, ErrorFixture } from './fixtureTypes.js';
export type {
FixtureEndpoint,
SuccessFixtureEndpoint,
ErrorFixtureEndpoint,
Fixture,
SuccessFixture,
ErrorFixture,
Interceptor,
} from './fixtureTypes.js';

export { mockInitialState };

0 comments on commit 39471f5

Please sign in to comment.