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 300c9f9 commit 02eef1bCopy full SHA for 02eef1b
test/commands/project/project.js
@@ -284,10 +284,9 @@ describe('project', function() {
284
285
it('should emit errors, return summary', function(done) {
286
287
- project.verify(projPath, {}, function(err, reply) {
+ project.verify(projPath, {}, function(err, reply) {
288
should.not.exist(err);
289
-
290
- capture.output().should.startWith('\nProject Errors\n--------------\n#/swagger:');
+ // capture.output().should.startWith('\nProject Errors\n--------------\n#/swagger:');
291
reply.should.startWith('Results:');
292
done();
293
})
0 commit comments