mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-27 02:27:53 +01:00
Remove only
This commit is contained in:
@@ -11,7 +11,7 @@ function statusesEqual(list: TerminalStatusList, expected: [string, Severity][])
|
||||
deepStrictEqual(list.statuses.map(e => [e.id, e.severity]), expected);
|
||||
}
|
||||
|
||||
suite.only('Workbench - TerminalStatusList', () => {
|
||||
suite('Workbench - TerminalStatusList', () => {
|
||||
let list: TerminalStatusList;
|
||||
|
||||
setup(() => {
|
||||
|
||||
Reference in New Issue
Block a user