Skip to content

Commit 002187c

Browse files
committed
try suite.only on paramUnitTest
1 parent 645cd57 commit 002187c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vscode-extension/tests/specs/unit/paramUnitTest.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { DbSchema, testData } from '@neo4j-cypher/language-support';
22
import assert from 'assert';
33
import { validateParamInput } from '../../../src/commandHandlers/params';
44

5-
suite('Parameter validation spec', () => {
5+
suite.only('Parameter validation spec', () => {
66
const dbSchema: DbSchema = {
77
functions: {
88
'CYPHER 5': {

0 commit comments

Comments
 (0)