CLP-129 Normalize Jira automation workflows#7459
Conversation
Ruling ReportCode no longer flagged (2 issues)S2699http/test/ConnectionMock.spec.js:256 254 |
255 |
> 256 | it('should require code to be a number', function() {
257 | });
258 | http/test/ConnectionMock.spec.js:260 258 |
259 |
> 260 | it('should require body to be a string', function() {
261 |
262 | });New issues flagged (4 issues)S8967vitest/test/browser/fixtures/expect-dom/toMatchScreenshot.test.ts:134 132 | expect(ratio).toMatch(/[01]\.\d{2}/)
133 |
> 134 | expect(errorMessage).toMatchInlineSnapshot(`
135 | expect(element).toMatchScreenshot()
136 | vitest/test/browser/fixtures/expect-dom/toMatchScreenshot.test.ts:182 180 | })
181 |
> 182 | expect(errorMessage).toMatchInlineSnapshot(`
183 | expect(element).toMatchScreenshot()
184 | vitest/test/coverage-test/test/mixed-versions-warning.unit.test.ts:25 23 | const message = warn.mock.calls[0][0]
24 |
> 25 | expect(stripVTControlCharacters(message)).toMatchInlineSnapshot(`
26 | "Loaded vitest@1.0.0 and @vitest/coverage-v8@${version} .
27 | Running mixed versions is not supported and may lead into bugsvitest/test/coverage-test/test/mixed-versions-warning.unit.test.ts:47 45 | const message = warn.mock.calls[0][0]
46 |
> 47 | expect(stripVTControlCharacters(message)).toMatchInlineSnapshot(`
48 | "Loaded vitest@1.0.0 and @vitest/coverage-istanbul@${version} .
49 | Running mixed versions is not supported and may lead into bugs |
Code Review ✅ ApprovedNormalizes Jira automation workflows to the CLP-129 baseline and updates action references to v2 across all configurations. No issues found. OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change the behavior for this request:
Was this helpful? React with 👍 / 👎 | Gitar |
|





Summary
@v2action referencesTesting