community templates #1070
Annotations
8 errors, 2 warnings, and 2 notices
test (macos, macos-latest)
Process completed with exit code 1.
|
src/__tests__/readSettings.test.ts > readSettings > error handling > should return default settings when file read fails:
src/__tests__/readSettings.test.ts#L296
AssertionError: expected { selectedModel: { …(2) }, …(12) } to deeply equal { selectedModel: { …(2) }, …(11) }
- Expected
+ Received
@@ -10,8 +10,9 @@
"selectedChatMode": "build",
"selectedModel": {
"name": "auto",
"provider": "auto",
},
+ "selectedTemplateId": "react",
"telemetryConsent": "unset",
"telemetryUserId": Any<String>,
}
❯ src/__tests__/readSettings.test.ts:296:22
|
src/__tests__/readSettings.test.ts > readSettings > when settings file does not exist > should create default settings file and return default settings:
src/__tests__/readSettings.test.ts#L53
AssertionError: expected { selectedModel: { …(2) }, …(12) } to deeply equal { selectedModel: { …(2) }, …(11) }
- Expected
+ Received
@@ -10,8 +10,9 @@
"selectedChatMode": "build",
"selectedModel": {
"name": "auto",
"provider": "auto",
},
+ "selectedTemplateId": "react",
"telemetryConsent": "unset",
"telemetryUserId": Any<String>,
}
❯ src/__tests__/readSettings.test.ts:53:22
|
test (windows, windows-latest)
The operation was canceled.
|
test (windows, windows-latest)
Canceling since a higher priority waiting request for CI-refs/pull/691/merge exists
|
test (windows-arm, windows-11-arm)
The operation was canceled.
|
test (windows-arm, windows-11-arm)
Canceling since a higher priority waiting request for CI-refs/pull/691/merge exists
|
CI
Canceling since a higher priority waiting request for CI-refs/pull/691/merge exists
|
test (macos, macos-latest)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
test (macos, macos-latest)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
test (macos, macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
test (macos, macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|