Skip to content

Commit 263013b

Browse files
committed
fixup: ******ing autoformatter always committing the entire file
1 parent 2b9a43a commit 263013b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/cli-repl/src/cli-repl.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ describe('CliRepl', function () {
10751075
expect(fetchingUpdateMetadataCalls).to.equal(0);
10761076
});
10771077

1078-
it.only('does attempt to load information about new releases in --no-quiet mode', async function () {
1078+
it('does attempt to load information about new releases in --no-quiet mode', async function () {
10791079
cliReplOptions.shellCliOptions.eval = ['1+1'];
10801080
cliReplOptions.shellCliOptions.quiet = false;
10811081
cliRepl = new CliRepl(cliReplOptions);
@@ -1097,7 +1097,7 @@ describe('CliRepl', function () {
10971097
);
10981098
});
10991099

1100-
it.only('does not send device id when telemetry is disabled', async function () {
1100+
it('does not send device id when telemetry is disabled', async function () {
11011101
cliReplOptions.shellCliOptions.eval = ['1+1'];
11021102
cliReplOptions.shellCliOptions.quiet = false;
11031103
cliRepl = new CliRepl(cliReplOptions);

0 commit comments

Comments
 (0)