Skip to content

Commit 42d6f1a

Browse files
committed
chore: make diffs better by keeping the rename
1 parent 708932c commit 42d6f1a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

packages/cli-repl/src/parse-mongosh-args.spec.ts renamed to packages/cli-repl/src/arg-parser.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { expect } from 'chai';
2-
import { parseMongoshArgs } from './parse-mongosh-args';
2+
import { parseMongoshArgs } from './arg-parser';
33
import stripAnsi from 'strip-ansi';
44
import { MongoshUnimplementedError } from '@mongosh/errors';
55

File renamed without changes.

packages/cli-repl/src/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ enableFipsIfRequested();
1515

1616
import { markTime } from './startup-timing';
1717
import { CliRepl } from './cli-repl';
18-
import { parseMongoshArgs } from './parse-mongosh-args';
18+
import { parseMongoshArgs } from './arg-parser';
1919
import { runSmokeTests } from './smoke-tests';
2020
import { USAGE } from './constants';
2121
import { baseBuildInfo, buildInfo } from './build-info';

0 commit comments

Comments
 (0)