@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.
- package/dist/index.js.flow +2 -0
- package/package.json +1 -1
package/dist/index.js.flow
CHANGED
|
@@ -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;
|