test(windows): mark platform-only coverage branches

This commit is contained in:
imccyu
2026-07-18 12:10:18 +08:00
parent 1d6acc3315
commit 588f4d948d
6 changed files with 10 additions and 0 deletions

View File

@@ -110,6 +110,7 @@ declare module 'cordis' {
*/
export abstract class SandboxProvider extends Service {
constructor(ctx: Context) {
/* v8 ignore next -- Windows has no sandbox backend to instantiate this service. */
super(ctx, 'sandbox')
}