We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9dcb2d commit 64ba2caCopy full SHA for 64ba2ca
1 file changed
extensions/ql-vscode/src/vscode-tests/cli-integration/queries.test.ts
@@ -150,7 +150,7 @@ describe('Queries', function() {
150
fs.readFileSync(qlpackFile, 'utf8')
151
);
152
// Should have chosen the js libraries
153
- expect(qlpackContents.libraryPathDependencies[0]).to.eq('codeql-javascript');
+ expect(qlpackContents.libraryPathDependencies[0]).to.include('javascript');
154
});
155
156
it('should avoid creating a quick query', async () => {
0 commit comments