Skip to content

Commit

Permalink
Rename examples to integration-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Dubiel authored and Cierpliwy committed Feb 22, 2019
1 parent 289e6fa commit 7f02167
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 31 deletions.
4 changes: 2 additions & 2 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
; "node_modules/react-native" but in the source repo it is in the root
.*/Libraries/react-native/React.js

; Ignore examples
.*/examples
; Ignore integration tests
.*/integration-tests

; Ignore dev dependencies
.*/node_modules/documentation
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ buck-out/
# Bundle artifact
*.jsbundle

# examples
examples/Setup
# integration tests
integration-tests/Setup
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Npm specific
examples
integration-tests
.git
.gitignore

Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ _integration_job_template: &integration_job_template
- npm install
- npm install -g react-native-cli
before_script:
- cd examples
- cd integration-tests
- bash makeProject.sh $RN_VERSION
- cd Setup
- bash ../installFlow.sh
Expand Down Expand Up @@ -50,7 +50,7 @@ _ios_job_template: &ios_job_template
language: objective-c
os: osx
osx_image: xcode10.1
xcode_project: examples/Setup/ios/Setup.xcodeproj
xcode_project: integration-tests/Setup/ios/Setup.xcodeproj
xcode_scheme: Setup
xcode_destination: platform=iOS Simulator
script:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Date: Tue, 5 Feb 2019 23:16:05 +0100
Subject: [PATCH] minSdkVersion bump

---
examples/Setup/android/build.gradle | 2 +-
integration-tests/Setup/android/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/Setup/android/build.gradle b/examples/Setup/android/build.gradle
diff --git a/integration-tests/Setup/android/build.gradle b/integration-tests/Setup/android/build.gradle
index 85d8f2f..27debd1 100644
--- a/examples/Setup/android/build.gradle
+++ b/examples/Setup/android/build.gradle
--- a/integration-tests/Setup/android/build.gradle
+++ b/integration-tests/Setup/android/build.gradle
@@ -3,7 +3,7 @@
buildscript {
ext {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Date: Tue, 5 Feb 2019 23:16:05 +0100
Subject: [PATCH] minSdkVersion bump

---
examples/Setup/android/build.gradle | 2 +-
integration-tests/Setup/android/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/Setup/android/build.gradle b/examples/Setup/android/build.gradle
diff --git a/integration-tests/Setup/android/build.gradle b/integration-tests/Setup/android/build.gradle
index 85d8f2f..27debd1 100644
--- a/examples/Setup/android/build.gradle
+++ b/examples/Setup/android/build.gradle
--- a/integration-tests/Setup/android/build.gradle
+++ b/integration-tests/Setup/android/build.gradle
@@ -3,7 +3,7 @@
buildscript {
ext {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Date: Tue, 5 Feb 2019 23:16:05 +0100
Subject: [PATCH] minSdkVersion bump

---
examples/Setup/android/build.gradle | 2 +-
integration-tests/Setup/android/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/Setup/android/build.gradle b/examples/Setup/android/build.gradle
diff --git a/integration-tests/Setup/android/build.gradle b/integration-tests/Setup/android/build.gradle
index 85d8f2f..27debd1 100644
--- a/examples/Setup/android/build.gradle
+++ b/examples/Setup/android/build.gradle
--- a/integration-tests/Setup/android/build.gradle
+++ b/integration-tests/Setup/android/build.gradle
@@ -3,7 +3,7 @@
buildscript {
ext {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Date: Tue, 5 Feb 2019 21:04:33 +0100
Subject: [PATCH] minSdkVersion bump

---
examples/Setup/android/build.gradle | 2 +-
integration-tests/Setup/android/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/Setup/android/build.gradle b/examples/Setup/android/build.gradle
diff --git a/integration-tests/Setup/android/build.gradle b/integration-tests/Setup/android/build.gradle
index 3231b29..4c196b0 100644
--- a/examples/Setup/android/build.gradle
+++ b/examples/Setup/android/build.gradle
--- a/integration-tests/Setup/android/build.gradle
+++ b/integration-tests/Setup/android/build.gradle
@@ -3,7 +3,7 @@
buildscript {
ext {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Date: Tue, 5 Feb 2019 21:04:33 +0100
Subject: [PATCH] minSdkVersion bump

---
examples/Setup/android/build.gradle | 2 +-
integration-tests/Setup/android/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/Setup/android/build.gradle b/examples/Setup/android/build.gradle
diff --git a/integration-tests/Setup/android/build.gradle b/integration-tests/Setup/android/build.gradle
index 3231b29..4c196b0 100644
--- a/examples/Setup/android/build.gradle
+++ b/examples/Setup/android/build.gradle
--- a/integration-tests/Setup/android/build.gradle
+++ b/integration-tests/Setup/android/build.gradle
@@ -3,7 +3,7 @@
buildscript {
ext {
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"version": "1.0.2",
"description": "React Native Bluetooth Low Energy library",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "jest",
"lint": "flow && documentation lint index.js",
Expand Down Expand Up @@ -44,7 +41,7 @@
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
"<rootDir>/examples"
"<rootDir>/integration-tests"
]
},
"author": "Polidea",
Expand Down

0 comments on commit 7f02167

Please sign in to comment.