Skip to content

Commit 39471f5

Browse files
committed
enhance: Add missing types export to @data-client/test/browser
1 parent 8aabe18 commit 39471f5

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.changeset/wet-crabs-sort.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@data-client/test': patch
3+
---
4+
5+
Add missing types export to @data-client/test/browser

packages/test/src/browser.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ Object.hasOwn =
55
};
66
import mockInitialState from './mockState.js';
77
export { default as MockResolver } from './MockResolver.js';
8-
export type { Fixture, SuccessFixture, ErrorFixture } from './fixtureTypes.js';
8+
export type {
9+
FixtureEndpoint,
10+
SuccessFixtureEndpoint,
11+
ErrorFixtureEndpoint,
12+
Fixture,
13+
SuccessFixture,
14+
ErrorFixture,
15+
Interceptor,
16+
} from './fixtureTypes.js';
917

1018
export { mockInitialState };

0 commit comments

Comments
 (0)