提交 2177faac 编写于 作者: C Christof Marti

Remove .only

上级 a522f37e
......@@ -463,7 +463,7 @@ suite('ParameterHintsModel', () => {
await getNextHint(model);
});
test.only('Retrigger while a pending resolve is still going on should preserve last active signature #96702', (done) => {
test('Retrigger while a pending resolve is still going on should preserve last active signature #96702', (done) => {
const editor = createMockEditor('');
const model = new ParameterHintsModel(editor, 50);
disposables.add(model);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册