We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daec8b6 commit 4858be6Copy full SHA for 4858be6
extensions/ql-vscode/test/pure-tests/databases/db-config-validation.test.ts
@@ -1,7 +1,7 @@
1
import { validateDbConfig } from '../../../src/databases/db-config-validation';
2
import { DbConfig } from '../../../src/databases/db-config';
3
4
-describe.only('db config validation', async () => {
+describe('db config validation', async () => {
5
it('should return error when file is not valid', async () => {
6
// We're intentionally bypassing the type check because we'd
7
// like to make sure validation errors are highlighted.
0 commit comments