We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a7f01 commit 546d856Copy full SHA for 546d856
spec/cli.spec.js
@@ -119,7 +119,7 @@ describe('Cli', function() {
119
var task = IonicCli.getTaskWithName('start');
120
var booleanOptions = IonicCli.getBooleanOptionsForTask(task);
121
//We expect 6 total = 3 options, each with short hand notation.
122
- expect(booleanOptions.length).toBe(8);
+ expect(booleanOptions.length).toBe(10);
123
});
124
125
it('should track stats for cli', function() {
0 commit comments