Apply suggestions (update changelog link) and change import
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
This commit is contained in:
@@ -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, () => {
|
||||
|
||||
Reference in New Issue
Block a user