tests - add test suite for native modules

This commit is contained in:
Benjamin Pasero
2020-11-28 11:33:23 +01:00
parent 8ee75c19bb
commit fbf7566d39
8 changed files with 150 additions and 87 deletions

View File

@@ -308,7 +308,6 @@ const newCommands: ApiCommand[] = [
v => !v ? v : typeof v === 'number' ? [v, undefined] : [typeConverters.ViewColumn.from(v.viewColumn), typeConverters.TextEditorOpenOptions.from(v)]
).optional(),
ApiCommandArgument.String.with('label', '').optional()
],
ApiCommandResult.Void
),