Accidentally committed `.only`.
This commit is contained in:
Andrew Eisenberg 2020-12-02 15:57:40 -08:00 коммит произвёл GitHub
Родитель b6c7837fd7
Коммит 0d04c5d463
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.');