@telefonica/acceptance-testing 2.18.1 → 2.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,8 @@
1
+ export declare const getRootPath: () => any;
2
+ /**
3
+ * Asumes the code was instrumented with istanbul and the coverage report stored in `window.__coverage__`.
4
+ * If not, this function does nothing.
5
+ */
6
+ export declare const collectCoverageIfAvailable: ({ coveragePath }: {
7
+ coveragePath: string;
8
+ }) => Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telefonica/acceptance-testing",
3
- "version": "2.18.1",
3
+ "version": "2.19.0",
4
4
  "author": "Telefonica",
5
5
  "license": "UNLICENSED",
6
6
  "module": "dist/acceptance-testing.esm.js",