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

Commit

Permalink
add test command to execute test/all
Browse files Browse the repository at this point in the history
  • Loading branch information
w33ble committed Dec 15, 2016
1 parent 9b7c15c commit e096ac5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bin/plugin-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ program
.on('--help', docs('build'))
.action(run('build'));

program
.command('test')
.description('Run the server and browser tests')
.on('--help', docs('test/all'))
.action(run('test/all'));

program
.command('test:browser')
.description('Run the browser tests in a real web browser')
Expand Down

0 comments on commit e096ac5

Please sign in to comment.