File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/view/results/__tests__ Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ UNRELEASED]
4
4
5
- - Update results view to display the length of the shortest path for path queries.
5
+ - Update results view to display the length of the shortest path for path queries. [ # 3687 ] ( https://github.com/github/vscode-codeql/pull/3687 )
6
6
7
7
## 1.14.0 - 7 August 2024
8
8
Original file line number Diff line number Diff line change 1
1
import { render as reactRender , screen } from "@testing-library/react" ;
2
2
import { AlertTableResultRow } from "../AlertTableResultRow" ;
3
- import type { Props } from "../AlertTablePathRow " ;
3
+ import type { Props } from "../AlertTableResultRow " ;
4
4
import { createMockResults } from "../../../../test/factories/results/mockresults" ;
5
5
6
6
describe ( AlertTableResultRow . name , ( ) => {
You can’t perform that action at this time.
0 commit comments