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 ae7e671 commit 1a27aa6Copy full SHA for 1a27aa6
src/test/repl/variableProvider.test.ts
@@ -8,7 +8,7 @@ import { IVariableDescription } from '../../client/repl/variables/types';
8
import { VariablesProvider } from '../../client/repl/variables/variablesProvider';
9
import { VariableRequester } from '../../client/repl/variables/variableRequester';
10
11
-suite.only('ReplVariablesProvider', () => {
+suite('ReplVariablesProvider', () => {
12
let provider: VariablesProvider;
13
let varRequester: TypeMoq.IMock<VariableRequester>;
14
let notebook: TypeMoq.IMock<NotebookDocument>;
0 commit comments