@telefonica/acceptance-testing 2.11.0 → 2.11.1

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.
@@ -158,3 +158,5 @@ declare export var interceptRequest: (matcher: (req: Puppeteer.Request) => boole
158
158
  declare export var createApiEndpointMock: (options: {baseUrl: string}) => {
159
159
  spyOn: (path: string, method?: string) => JestMockFn<[Puppeteer.Request], mixed>,
160
160
  };
161
+
162
+ declare export var prepareFile: (filepath: string) => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telefonica/acceptance-testing",
3
- "version": "2.11.0",
3
+ "version": "2.11.1",
4
4
  "author": "Telefonica",
5
5
  "license": "UNLICENSED",
6
6
  "module": "dist/acceptance-testing.esm.js",