Ensure all tests run (#696)

Accidentally committed `.only`.
This commit is contained in:
Andrew Eisenberg
2020-12-02 15:57:40 -08:00
committed by GitHub
parent b6c7837fd7
commit 0d04c5d463

View File

@@ -79,7 +79,7 @@ const queryTestCases: QueryTestCase[] = [
}
];
describe.only('using the query server', function() {
describe('using the query server', function() {
before(function() {
if (process.env['CODEQL_PATH'] === undefined) {
console.log('The environment variable CODEQL_PATH is not set. The query server tests, which require the CodeQL CLI, will be skipped.');