We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98fa6c7 commit 4faa7a4Copy full SHA for 4faa7a4
sdk/test-utils/recorder/MIGRATION.md
@@ -296,6 +296,12 @@ jsonToFileReporter: {
296
}
297
```
298
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
+
305
## Changes to `ci.yml`
306
307
You must set the `TestProxy` parameter to `true` to enable the test proxy server in your SDK's `ci.yml` file.
0 commit comments