Skip to content

Commit 1a27aa6

Browse files
committed
it works, remove .only
1 parent ae7e671 commit 1a27aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/repl/variableProvider.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { IVariableDescription } from '../../client/repl/variables/types';
88
import { VariablesProvider } from '../../client/repl/variables/variablesProvider';
99
import { VariableRequester } from '../../client/repl/variables/variableRequester';
1010

11-
suite.only('ReplVariablesProvider', () => {
11+
suite('ReplVariablesProvider', () => {
1212
let provider: VariablesProvider;
1313
let varRequester: TypeMoq.IMock<VariableRequester>;
1414
let notebook: TypeMoq.IMock<NotebookDocument>;

0 commit comments

Comments
 (0)