We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aadfde3 + c6c2c4d commit 9f9a322Copy full SHA for 9f9a322
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