Nate Fischer
|
ac0ff873f1
|
refactor: add config.reset() and .resetForTesting() (#641)
Add .reset() and .resetForTesting() to shell.config and use .resetForTesting()
as a standard set-up for unit tests.
|
2017-01-07 22:40:38 -08:00 |
|
Brandon Freitag
|
7fa4b995bf
|
Finalize moving to ava (#630)
* Move ava-test/ directory to test/
* Remove unnecessary run-tests.js script
* Run only ava during npm test script
|
2016-12-20 11:27:02 -08:00 |
|
Nate Fischer
|
00dd0f6641
|
test: refactor plugin tests to AVA (#579)
|
2016-11-27 11:48:18 -08:00 |
|
Nate Fischer
|
4975b54a4f
|
feat: plugin.error() takes an options parameter (#535)
This implements the following options: `continue`, `code`, `prefix`, & `silent`.
Fixes #522, #523
|
2016-10-23 23:17:42 -07:00 |
|
Nate Fischer
|
a0c9032072
|
refactor: readFromPipe() requires no arguments (#506)
|
2016-08-13 15:50:31 -07:00 |
|
Nate Fischer
|
902f92ab5b
|
feat: add overWrite option for commands (#503)
* feat: add overWrite option for commands
* fix: throws an error if a command is overwritten
|
2016-08-08 11:44:16 -07:00 |
|
Nate Fischer
|
2395214fee
|
chore: switch to eslint (#504)
* chore: switch to eslint
* fix: works on older versions of NodeJS now
* chore: fix curly braces
* chore: fix indents and remove jshint references
|
2016-08-07 12:16:29 -07:00 |
|
Nate Fischer
|
d4111763a9
|
refactor: glob by default for commands (#492)
|
2016-07-27 16:43:01 -07:00 |
|
Nate Fischer
|
8f7a7d8c57
|
refactor: expose plugin utils & add initial tests (#484)
* refactor: expose plugin utils & add initial tests
* fix: plugins work with Node v0.12
|
2016-07-26 21:32:33 -07:00 |
|