Skip to content

Commit ad81127

Browse files
Move test files into data directory
1 parent 9d9f48b commit ad81127

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

extensions/ql-vscode/src/vscode-tests/no-workspace/sarifParser.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ chai.use(chaiAsPromised);
88
const expect = chai.expect;
99

1010
describe.only('sarif parser', function() {
11-
const sarifDir = path.join(__dirname, 'sarif');
11+
const sarifDir = path.join(__dirname, 'data/sarif');
1212
it('should parse a valid SARIF file', async () => {
1313
const result = await sarifParser(path.join(sarifDir, 'validSarif.sarif'));
1414
expect(result.version).to.exist;

0 commit comments

Comments
 (0)