diff options
| author | Jacob Richman <[email protected]> | 2025-07-31 16:16:29 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-31 23:16:29 +0000 |
| commit | 61e382444a69409b066a6c8382379f86492d579f (patch) | |
| tree | 9f66858195607aea50eb421a581d5cd934fe56b9 /packages/cli/test-setup.ts | |
| parent | 32809a7be795b974506b893a179091a83b285b7b (diff) | |
fix(ux) bug in replaceRange dealing with newLines that was breaking vim support (#5320)
Diffstat (limited to 'packages/cli/test-setup.ts')
| -rw-r--r-- | packages/cli/test-setup.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/cli/test-setup.ts b/packages/cli/test-setup.ts new file mode 100644 index 00000000..a419c873 --- /dev/null +++ b/packages/cli/test-setup.ts @@ -0,0 +1,7 @@ +/** + * @license + * Copyright 2025 Google LLC + * SPDX-License-Identifier: Apache-2.0 + */ + +import './src/test-utils/customMatchers.js'; |
