You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In dev mode, rollup is not used to bundle the code so that test execution is fast.
However, this means the actual bundle that is published to the marketplace is not
tested in any way. This commit changes the end-to-end test to exercise the
production bundle instead.
0 commit comments