mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-01 22:25:12 +00:00
test: fix e2e tests (#2578)
# Summary Fix broken E2E iOS tests ## Test Plan CI should be green
This commit is contained in:
@@ -11,7 +11,7 @@ import React from 'react';
|
||||
import {ActivityIndicator, Platform, View} from 'react-native';
|
||||
import {GestureHandlerRootView} from 'react-native-gesture-handler';
|
||||
import {ListScreen} from './ListScreen';
|
||||
import * as E2e from './e2e/index.macos';
|
||||
import * as E2e from './e2e/index';
|
||||
import {examples} from './examples';
|
||||
import * as FilterImage from './examples/FilterImage';
|
||||
import * as Filters from './examples/Filters';
|
||||
|
||||
Reference in New Issue
Block a user