Skip to content

Commit 8013dc8

Browse files
authored
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
1 parent 2cd05a8 commit 8013dc8

File tree

2 files changed

+0
-351
lines changed

2 files changed

+0
-351
lines changed

apps/src/tests/Test898.tsx

Lines changed: 0 additions & 350 deletions
This file was deleted.

apps/src/tests/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ export { default as Test861 } from './Test861';
4545
export { default as Test865 } from './Test865';
4646
export { default as Test881 } from './Test881';
4747
export { default as Test887 } from './Test887';
48-
export { default as Test898 } from './Test898';
4948
export { default as Test913 } from './Test913';
5049
export { default as Test999 } from './Test999';
5150
export { default as Test1017 } from './Test1017';

0 commit comments

Comments
 (0)