Skip to content

Commit

Permalink
Remove experimental code
Browse files Browse the repository at this point in the history
  • Loading branch information
plumpNation committed Jun 17, 2018
1 parent 3dbe010 commit 43986fb
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions scripts/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,6 @@ const tasks = {
projectLocation: path.join(__dirname, '..'),
isJest: true,
}),
vue: createProject({
name: `Vue ${chalk.gray('(vue)')}`,
defaultValue: true,
option: '--vue',
projectLocation: path.join(__dirname, '..', 'examples/vue-kitchen-sink'),
isJest: true,
}),
svelte: createProject({
name: `Svelte ${chalk.gray('(svelte)')}`,
defaultValue: true,
option: '--svelte',
projectLocation: path.join(__dirname, '..', 'examples/svelte-kitchen-sink'),
isJest: true,
}),
'react-native-vanilla': createProject({
name: `React-Native example ${chalk.gray('(react-native-vanilla)')}`,
defaultValue: true,
Expand Down

0 comments on commit 43986fb

Please sign in to comment.