Skip to content

Commit

Permalink
ci: upgrade demo projects to Mocha 6 (#1308)
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph committed Apr 18, 2019
1 parent bdb6330 commit e45cd1f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion examples/demo-native-android/package.json
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"detox": "^12.3.0",
"mocha": "^4.0.0"
"mocha": "^6.1.3"
},
"detox": {}
}
48 changes: 24 additions & 24 deletions examples/demo-native-ios/package.json
@@ -1,26 +1,26 @@
{
"name": "detox-demo-native-ios",
"version": "12.3.0",
"private": true,
"devDependencies": {
"detox": "^12.3.0",
"mocha": "^4.0.0"
},
"detox": {
"specs": "",
"configurations": {
"ios.sim.release": {
"binaryPath": "build/Build/Products/Release-iphonesimulator/NativeExample.app",
"build": "xcodebuild -project NativeExample.xcodeproj -UseNewBuildSystem=NO -scheme NativeExample -configuration Release -sdk iphonesimulator -derivedDataPath build",
"type": "ios.simulator",
"name": "iPhone 7 Plus"
},
"ios.sim.debug": {
"binaryPath": "build/Build/Products/Debug-iphonesimulator/NativeExample.app",
"build": "xcodebuild -project NativeExample.xcodeproj -UseNewBuildSystem=NO -scheme NativeExample -configuration Debug -sdk iphonesimulator -derivedDataPath build",
"type": "ios.simulator",
"name": "iPhone 7 Plus"
}
}
}
"name": "detox-demo-native-ios",
"version": "12.3.0",
"private": true,
"devDependencies": {
"detox": "^12.3.0",
"mocha": "^6.1.3"
},
"detox": {
"specs": "",
"configurations": {
"ios.sim.release": {
"binaryPath": "build/Build/Products/Release-iphonesimulator/NativeExample.app",
"build": "xcodebuild -project NativeExample.xcodeproj -UseNewBuildSystem=NO -scheme NativeExample -configuration Release -sdk iphonesimulator -derivedDataPath build",
"type": "ios.simulator",
"name": "iPhone 7 Plus"
},
"ios.sim.debug": {
"binaryPath": "build/Build/Products/Debug-iphonesimulator/NativeExample.app",
"build": "xcodebuild -project NativeExample.xcodeproj -UseNewBuildSystem=NO -scheme NativeExample -configuration Debug -sdk iphonesimulator -derivedDataPath build",
"type": "ios.simulator",
"name": "iPhone 7 Plus"
}
}
}
}
2 changes: 1 addition & 1 deletion examples/demo-react-native/package.json
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"detox": "^12.3.0",
"mocha": "^4.0.1"
"mocha": "^6.1.3"
},
"detox": {
"specs": "e2e",
Expand Down

0 comments on commit e45cd1f

Please sign in to comment.