Skip to content

Commit 4faa7a4

Browse files
[Recorder] Minor update on dependencies in migration guide (Azure#20268)
1 parent 98fa6c7 commit 4faa7a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sdk/test-utils/recorder/MIGRATION.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,12 @@ jsonToFileReporter: {
296296
}
297297
```
298298

299+
Remove the following "devDependencies" from `package.json`
300+
```js
301+
"karma-json-preprocessor": "^0.3.3",
302+
"karma-json-to-file-reporter": "^1.0.1",
303+
```
304+
299305
## Changes to `ci.yml`
300306

301307
You must set the `TestProxy` parameter to `true` to enable the test proxy server in your SDK's `ci.yml` file.

0 commit comments

Comments
 (0)