提交 2851ffbc 编写于 作者: I isidor

remove .only

上级 458c8d93
...@@ -45,7 +45,7 @@ function createTwoStackFrames(session: DebugSession): { firstStackFrame: StackFr ...@@ -45,7 +45,7 @@ function createTwoStackFrames(session: DebugSession): { firstStackFrame: StackFr
return { firstStackFrame, secondStackFrame }; return { firstStackFrame, secondStackFrame };
} }
suite.only('Debug - CallStack', () => { suite('Debug - CallStack', () => {
let model: DebugModel; let model: DebugModel;
let rawSession: MockRawSession; let rawSession: MockRawSession;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册