Apply suggestions (update changelog link) and change import

Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
This commit is contained in:
Peter Stöckli 2024-08-12 17:12:49 +02:00 коммит произвёл GitHub
Родитель dc6d5c14ea
Коммит 268fd9fcd9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -2,7 +2,7 @@
## [UNRELEASED]
- Update results view to display the length of the shortest path for path queries.
- Update results view to display the length of the shortest path for path queries. [#3687](https://github.com/github/vscode-codeql/pull/3687)
## 1.14.0 - 7 August 2024

Просмотреть файл

@ -1,6 +1,6 @@
import { render as reactRender, screen } from "@testing-library/react";
import { AlertTableResultRow } from "../AlertTableResultRow";
import type { Props } from "../AlertTablePathRow";
import type { Props } from "../AlertTableResultRow";
import { createMockResults } from "../../../../test/factories/results/mockresults";
describe(AlertTableResultRow.name, () => {