test(windows): skip unsupported SDK test surfaces

This commit is contained in:
imccyu
2026-07-17 12:30:16 +08:00
parent beb13c3808
commit b5fa2cb2b8
2 changed files with 18 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ class RecordingPort implements PromptPort {
}
}
describe('create-sdk terminal contract', () => {
describe.skipIf(process.platform === 'win32')('create-sdk terminal contract', () => {
it('renders package-manager-specific setup commands', () => {
const model = packageManagerTemplateModel(createPackageManager('yarn', '4.0.0'))
expect(CREATE_TEMPLATES.installQuestion.render(model)).toBe('Run yarn install and then build the project?\n')