Skip to content

Commit 0d04c5d

Browse files
authored
Ensure all tests run (#696)
Accidentally committed `.only`.
1 parent b6c7837 commit 0d04c5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const queryTestCases: QueryTestCase[] = [
7979
}
8080
];
8181

82-
describe.only('using the query server', function() {
82+
describe('using the query server', function() {
8383
before(function() {
8484
if (process.env['CODEQL_PATH'] === undefined) {
8585
console.log('The environment variable CODEQL_PATH is not set. The query server tests, which require the CodeQL CLI, will be skipped.');

0 commit comments

Comments
 (0)