mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-22 03:09:13 +00:00
Remove .only from test (#170970)
This commit is contained in:
@@ -9,7 +9,7 @@ import * as vscode from 'vscode';
|
|||||||
import { resolveCopyDestination } from '../languageFeatures/copyFiles/copyFiles';
|
import { resolveCopyDestination } from '../languageFeatures/copyFiles/copyFiles';
|
||||||
|
|
||||||
|
|
||||||
suite.only('resolveCopyDestination', () => {
|
suite('resolveCopyDestination', () => {
|
||||||
|
|
||||||
test('Relative destinations should resolve next to document', async () => {
|
test('Relative destinations should resolve next to document', async () => {
|
||||||
const documentUri = vscode.Uri.parse('test://projects/project/sub/readme.md');
|
const documentUri = vscode.Uri.parse('test://projects/project/sub/readme.md');
|
||||||
|
|||||||
Reference in New Issue
Block a user