remove .only

This commit is contained in:
isidor
2020-01-07 17:16:54 +01:00
parent 458c8d93c4
commit 2851ffbcd2
@@ -45,7 +45,7 @@ function createTwoStackFrames(session: DebugSession): { firstStackFrame: StackFr
return { firstStackFrame, secondStackFrame };
}
suite.only('Debug - CallStack', () => {
suite('Debug - CallStack', () => {
let model: DebugModel;
let rawSession: MockRawSession;