Skip to content

Commit 546d856

Browse files
committed
test(cli): fix start options test
Needs to be updated for --v2 and --ts flags.
1 parent 43a7f01 commit 546d856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/cli.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ describe('Cli', function() {
119119
var task = IonicCli.getTaskWithName('start');
120120
var booleanOptions = IonicCli.getBooleanOptionsForTask(task);
121121
//We expect 6 total = 3 options, each with short hand notation.
122-
expect(booleanOptions.length).toBe(8);
122+
expect(booleanOptions.length).toBe(10);
123123
});
124124

125125
it('should track stats for cli', function() {

0 commit comments

Comments
 (0)