mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
clean: clean stray console.log
This commit is contained in:
parent
14dbda2dcf
commit
169cd1ed89
|
@ -184,7 +184,6 @@ describe('showdown cli', function () {
|
|||
proc.status.should.equal(1);
|
||||
expect(proc.output).to.be.null; // jshint ignore:line
|
||||
proc.stdout.should.equal('');
|
||||
console.log(proc.stderr);
|
||||
proc.stderr.should.match(/^ERROR:/);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user