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
fix: removed deprecated test that caused fabric bundle failure (#2245)
## Description
This PR removes `Test898`. Importing this test in
`apps/src/tests/index.ts` caused FabricExample bundling failure.
The test itself was introduced by this
[PR](#898)
in order to test reanimated v2. Idk why the import causes bundle to
fail, but it seems reasonable to just remove it rather than debug
further as the test is redundant since there is a newer version of
reanimated.
## Changes
- remove `Test898`
<!--
## Screenshots / GIFs
Here you can add screenshots / GIFs documenting your change.
You can add before / after section if you're changing some behavior.
### Before
### After
-->
## Test code and steps to reproduce
- try running any test using FabricExample when the import is there and
when it's not
## Checklist
- [x] Ensured that CI passes
0 commit comments