Skip to content

Conversation

@DudaGod
Copy link
Member

@DudaGod DudaGod commented Dec 2, 2024

No description provided.

interval: number;
}

export interface MochaOpts extends Omit<Mocha.MochaOptions, "ui"> {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove Mocha.MochaOptions in order to not get conflicts in it, describe etc. Reproduced when service has @types/mocha module (can be installed as dependencies from some other module).

}

type PartialCommonConfig = Partial<Omit<CommonConfig, "system">> & {
system?: Partial<SystemConfig>;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Field system should not require specifying all fields

@DudaGod DudaGod merged commit cb9563b into master Dec 2, 2024
2 checks passed
@DudaGod DudaGod deleted the TESTPLANE-351.fix_types_3 branch December 2, 2024 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants