Skip to content

Commit 4858be6

Browse files
committed
Extract validation to its own file
1 parent daec8b6 commit 4858be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/test/pure-tests/databases/db-config-validation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { validateDbConfig } from '../../../src/databases/db-config-validation';
22
import { DbConfig } from '../../../src/databases/db-config';
33

4-
describe.only('db config validation', async () => {
4+
describe('db config validation', async () => {
55
it('should return error when file is not valid', async () => {
66
// We're intentionally bypassing the type check because we'd
77
// like to make sure validation errors are highlighted.

0 commit comments

Comments
 (0)