Skip to content

スタイルを修正 #37

スタイルを修正

スタイルを修正 #37

Triggered via push September 20, 2024 15:22
Status Failure
Total duration 45s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
src/lib/transform-article-html.test.tsx > transformArticleHtml > transform 結果の snapshot が一致すること: src/lib/transform-article-html.test.tsx#L62
Error: Snapshot `transformArticleHtml > transform 結果の snapshot が一致すること 1` mismatched - Expected + Received @@ -1,12 +1,12 @@ - "<a href="#heading-2" class="heading-link"><h2 id="heading-2">Heading 2</h2></a> + "<div class="link-container"><a href="#heading-2" class="heading-link"><h2 id="heading-2">Heading 2</h2></a></div> <p>Paragraph 1</p> <ul> <li>Item 1</li> <li>Item 2</li> </ul> - <a href="#heading-3" class="heading-link"><h3 id="heading-3">Heading 3</h3></a> + <div class="link-container"><a href="#heading-3" class="heading-link"><h3 id="heading-3">Heading 3</h3></a></div> <p>Paragraph 2</p> <ol> <li>Item 1</li> <li>Item 2</li> </ol> ❯ src/lib/transform-article-html.test.tsx:62:25
ci
Process completed with exit code 1.
ci
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ci
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/