Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
Removes the plugin command and tests. Also removes the command and ho…
Browse files Browse the repository at this point in the history
…ok tests since they rely on the plugin command and that's no longer there.
  • Loading branch information
shetzel committed Apr 27, 2018
1 parent 3811812 commit 5c6235c
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion package-scripts.js
Expand Up @@ -15,7 +15,7 @@ sh.set('-e')

setColors(['dim'])

const testTypes = ['base', 'plugin', 'single', 'multi', 'command', 'hook', 'plugins-generate']
const testTypes = ['base', 'single', 'multi', 'plugins-generate']
const tests = testTypes.map(cmd => {
const {silent} = sh.config
sh.config.silent = true
Expand Down
7 changes: 0 additions & 7 deletions src/commands/plugin.ts

This file was deleted.

1 change: 0 additions & 1 deletion test/commands/plugin/everything.test.js

This file was deleted.

1 change: 0 additions & 1 deletion test/commands/plugin/mocha.test.js

This file was deleted.

1 change: 0 additions & 1 deletion test/commands/plugin/plain.test.js

This file was deleted.

1 change: 0 additions & 1 deletion test/commands/plugin/typescript.test.js

This file was deleted.

8 changes: 0 additions & 8 deletions test/run.js
Expand Up @@ -52,14 +52,6 @@ module.exports = file => {
build(cmd, name)
sh.exec('yarn test')
break
case 'plugin':
build(cmd, name)
sh.exec('yarn test')
sh.exec('node ./bin/run hello')
sh.exec('node ./bin/run')
sh.exec('node ./bin/run --help')
sh.exec('npm pack --unsafe-perm')
break
case 'single':
build(cmd, name)
sh.exec('yarn test')
Expand Down

0 comments on commit 5c6235c

Please sign in to comment.