Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into release/3.3
Browse files Browse the repository at this point in the history
# Conflicts:
#	CONTRIBUTING.md
#	scripts/test.js
  • Loading branch information
Hypnosphi committed Dec 6, 2017
2 parents efb5b7d + 873e39e commit cc8e9b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ const tasks = {
name: `React-Native example ${chalk.gray('(react-native-vanilla)')}`,
defaultValue: true,
option: '--reactnative',
projectLocation: './examples/react-native-vanilla',
projectLocation: path.join(__dirname, '..', 'examples/react-native-vanilla'),
isJest: true,
}),
integration: createProject({
name: `Screenshots of running apps ${chalk.gray('(integration)')}`,
defaultValue: false,
option: '--integration',
projectLocation: './integration',
projectLocation: path.join(__dirname, '..', 'integration'),
isJest: true,
}),
// 'crna-kitchen-sink': createProject({
Expand Down

0 comments on commit cc8e9b3

Please sign in to comment.