storybook 9.0.0-rc.2 → 9.0.0-rc.4

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.
@@ -43758,9 +43758,7 @@ function Xy() {
43758
43758
  return (
43759
43759
  // @ts-expect-error this property exists in certain environments
43760
43760
  !!globalThis.__vitest_browser__ || // @ts-expect-error this property exists in certain environments
43761
- !!globalThis.__playwright__binding__ || // @ts-expect-error this property exists in certain environments
43762
- !!import.meta.vitest || // @ts-expect-error this property exists in certain environments
43763
- import.meta.env.MODE === "test"
43761
+ !!globalThis.__playwright__binding__
43764
43762
  );
43765
43763
  } catch {
43766
43764
  return !1;