Skip to content

Revert merge of contract testing

Lukas 'ai-pi' Eipert requested to merge revert-3d84db36 into master

What does this MR do and why?

The Pact dependency does some calls to google analytics during install.

This is concerning, as it is not opt-in and sending GitLab developer data to GA / a third party without consent. Same for people installing from source.

Furthermore it seems like an independent thing from our "normal" frontend stack, so we should consider if this could live in a separate package.json (like e.g. storybook) in order to reduce friction when updating e.g. jest or other dependencies.

Screenshots or screen recordings

N/A

How to set up and validate locally

N/A

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Lukas 'ai-pi' Eipert

Merge request reports