We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 219bd51 commit c6c2c4dCopy full SHA for c6c2c4d
test/lib/commands/target_spec.js
@@ -37,7 +37,7 @@ describe("commands/target", function() {
37
});
38
39
it('queries the target', function(done) {
40
- command({_:[]},result).then(() => {;
+ command({_:[]},result).then(() => {
41
config.target.called.should.be.true();
42
config.target.args[0].should.have.lengthOf(0);
43
result.log.called.should.be.true();
0 commit comments