Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Commit

Permalink
chore(): add missing parameter to gulp task test
Browse files Browse the repository at this point in the history
Gulp task `test` was missing the `--file` optional argument that could be passed in in the list of available options.
  • Loading branch information
andrewconnell committed Mar 5, 2016
1 parent 79e08db commit a98fa15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/gulp/tasks/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export class GulpTask extends BaseGulpTask {
*/
public static options: any = {
'debug': 'Set karma log level to DEBUG',
'file': 'Changed file to filter tests down to just that file',
'specs': 'Output all tests being run',
'verbose': 'Output all TypeScript files being built & set karma log level to INFO',
'watch': 'Adds Chrome browser and start listening on file changes for easier debugging'
Expand Down

0 comments on commit a98fa15

Please sign in to comment.