Skip to content

Commit

Permalink
Run flow in root project
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Dubiel authored and piotrdubiel committed Apr 1, 2019
1 parent 1d30620 commit 2dda5d0
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 1,356 deletions.
3 changes: 0 additions & 3 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
; "node_modules/react-native" but in the source repo it is in the root
.*/Libraries/react-native/React.js

; Ignore integration tests
.*/integration-tests

; Ignore dev dependencies
.*/node_modules/documentation

Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,3 @@ buck-out/

# Bundle artifact
*.jsbundle

# integration tests
integration-tests/Setup
1 change: 0 additions & 1 deletion integration-tests/makeProject.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ RN_VERSION=$1
react-native init --version="$RN_VERSION" Setup
cd Setup
npm install ../.. --save
npm install ../on-device-diagnose --save
react-native link react-native-ble-plx
bash ../applyPatches.sh $RN_VERSION
cd ..
Expand Down
12 changes: 0 additions & 12 deletions integration-tests/on-device-diagnose/package.json

This file was deleted.

30 changes: 0 additions & 30 deletions integration-tests/on-device-diagnose/src/TestCase.js

This file was deleted.

21 changes: 0 additions & 21 deletions integration-tests/on-device-diagnose/src/TestSuite.js

This file was deleted.

29 changes: 0 additions & 29 deletions integration-tests/on-device-diagnose/src/index.js

This file was deleted.

7 changes: 0 additions & 7 deletions integration-tests/on-device-diagnose/src/utils.js

This file was deleted.

250 changes: 0 additions & 250 deletions integration-tests/patches/rn-0.57.2/0002-Add-espresso-test.patch

This file was deleted.

Loading

0 comments on commit 2dda5d0

Please sign in to comment.