Skip to content

Commit 3e6466d

Browse files
Move sarif-parser.test.ts from no-workspace to unit-tests
1 parent 3960ece commit 3e6466d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/test/vscode-tests/no-workspace/common/sarif-parser.test.ts renamed to extensions/ql-vscode/test/unit-tests/common/sarif-parser.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { join } from "path";
22

3-
import { sarifParser } from "../../../../src/common/sarif-parser";
3+
import { sarifParser } from "../../../src/common/sarif-parser";
44

55
describe("sarif parser", () => {
66
const sarifDir = join(__dirname, "../data/sarif");

0 commit comments

Comments
 (0)