Attempt to fix quick query test

This commit is contained in:
shati-patel
2021-09-08 12:06:11 +01:00
committed by Shati Patel
parent a9dcb2d705
commit 64ba2cabad

View File

@@ -150,7 +150,7 @@ describe('Queries', function() {
fs.readFileSync(qlpackFile, 'utf8')
);
// Should have chosen the js libraries
expect(qlpackContents.libraryPathDependencies[0]).to.eq('codeql-javascript');
expect(qlpackContents.libraryPathDependencies[0]).to.include('javascript');
});
it('should avoid creating a quick query', async () => {