Skip to content

Commit fbe0b98

Browse files
committed
Add missing import
1 parent 50b3109 commit fbe0b98

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { expect } from 'chai';
22
import * as path from 'path';
33
import * as fs from 'fs-extra';
4+
import * as os from 'os';
45
import * as sinon from 'sinon';
56
import { LocalQueryInfo, InitialQueryInfo, interpretResultsSarif } from '../../query-results';
67
import { QueryWithResults } from '../../run-queries-shared';

0 commit comments

Comments
 (0)