Uh oh!
There was an error while loading. Please reload this page.
test(browser): Remove webpack build tests - #12967
Merged
Merged
Conversation
AbhiPrasadforce-pushed
the
abhi-remove-old-build-test
branch
2 times, most recently
from
July 18, 2024 01:34
5bf6015 to
6aadd3aCompareLms24
approved these changes
Jul 18, 2024
Lms24
left a comment
Member
There was a problem hiding this comment.
Great stuff! Agree, all of this is covered by e2e and intregration tests. Goes to show how much better our testing capabilities have become in the last 2 years.
Uh oh!
There was an error while loading. Please reload this page.
mydea
approved these changes
Jul 18, 2024
AbhiPrasadforce-pushed
the
abhi-remove-old-build-test
branch
from
July 18, 2024 14:37
6aadd3a to
d3711c6CompareAbhiPrasad
commented
Jul 18, 2024
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes
packages/browser/test/package/npm-build.js. This also means we can drop thewebpackdev dep in the browser sdk package.Combining dropping webpack with upgradingEdit: I couldn't upgradefake-indexeddbto6.0.0means we can reduce theyarn.lockfile by 1185 lines!fake-indexeddbbecause of a jest/jsdom bug, will tackle it when we vitest this package!packages/browser/test/package/npm-build.jscontained three tests:tslib_1__defaultappearing in the bundle. I added a browser integration test to replicate thisI also migrated
packages/utils/test/types/index.jsto use jest instead of a plain script.