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
committed by GitHub
parent dc6d5c14ea
commit 268fd9fcd9
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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, () => {