-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: split testing utilities out of main bundle #707
base: dev
Are you sure you want to change the base?
refactor: split testing utilities out of main bundle #707
Conversation
🦋 Changeset detectedLatest commit: 1175f80 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Do we need some conditional import of the testing stuff within |
6b3642a
to
b700348
Compare
d3ec91e
to
8779a32
Compare
e7650ba
to
69eebd2
Compare
Quality Gate passed for 'App Bridge'Kudos, no new issues were introduced! 0 New issues |
Otherwise
sinon
gets bundled into the blocks/themes/web-app.You will need to update the import paths in your tests:
I also had to add
getAppBridgeTestingPackage
to lazy load the@frontify/app-bridge
(v3.0.x) or@frontify/app-bridge/testing
(future)