Skip to content

Commit

Permalink
Remove variableProvider suite.only from limiting other tests (#24146)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed Sep 21, 2024
1 parent 336a110 commit af2aa6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/repl/variableProvider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { IVariableDescription } from '../../client/repl/variables/types';
import { VariablesProvider } from '../../client/repl/variables/variablesProvider';
import { VariableRequester } from '../../client/repl/variables/variableRequester';

suite.only('ReplVariablesProvider', () => {
suite('ReplVariablesProvider', () => {
let provider: VariablesProvider;
let varRequester: TypeMoq.IMock<VariableRequester>;
let notebook: TypeMoq.IMock<NotebookDocument>;
Expand Down

0 comments on commit af2aa6e

Please sign in to comment.