this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove test-runner.sh changes as requested

- Revert test-runner.sh to original state
- Remove StreamVideoTests references from test filter options
- Keep core stream-video implementation intact

Pedro 7846608c 5e69aa43

+1 -2
+1 -2
test-runner.sh
··· 63 63 echo " ButtonTests Run only button tests" 64 64 echo " GestureTests Run only gesture tests" 65 65 echo " ListSimulatorsTests Run only list simulators tests" 66 - echo " StreamVideoTests Run only stream video tests" 67 66 echo "" 68 67 echo "Examples:" 69 68 echo " $0 # Build everything and run all tests" ··· 107 106 VERBOSE=true 108 107 shift 109 108 ;; 110 - SwipeTests|TapTests|KeyTests|TouchTests|TypeTests|ButtonTests|GestureTests|ListSimulatorsTests|StreamVideoTests) 109 + SwipeTests|TapTests|KeyTests|TouchTests|TypeTests|ButtonTests|GestureTests|ListSimulatorsTests) 111 110 TEST_FILTER="$1" 112 111 shift 113 112 ;;