Skip to content

Commit 63c2603

Browse files
committed
fix: review update
1 parent 2f83178 commit 63c2603

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/__tests__/server.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ describe('runServer', () => {
187187
{
188188
minMax: DEFAULT_OPTIONS.minMax,
189189
patternflyOptions: DEFAULT_OPTIONS.patternflyOptions,
190+
// Check serverInstanceOptions behavior, don't include it
190191
...options,
191192
name: 'test-server'
192193
} as any,

src/options.defaults.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,9 +538,12 @@ export {
538538
type HttpOptions,
539539
type LoggingOptions,
540540
type LoggingSession,
541+
type MinMax,
541542
type ModeOptions,
542543
type PatternFlyOptions,
543544
type PluginHostOptions,
545+
type RepoResources,
546+
type ServerInstanceOptions,
544547
type StatsSession,
545548
type WhitelistUrl,
546549
type XhrFetchOptions

0 commit comments

Comments
 (0)