We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 435876b commit 04bca9bCopy full SHA for 04bca9b
src/test/repl/variableProvider.test.ts
@@ -18,7 +18,7 @@ import { VariablesProvider } from '../../client/repl/variables/variablesProvider
18
import { VariableRequester } from '../../client/repl/variables/variableRequester';
19
import * as workspaceApis from '../../client/common/vscodeApis/workspaceApis';
20
21
-suite.only('ReplVariablesProvider', () => {
+suite('ReplVariablesProvider', () => {
22
let provider: VariablesProvider;
23
let varRequester: TypeMoq.IMock<VariableRequester>;
24
let notebook: TypeMoq.IMock<NotebookDocument>;
0 commit comments