Skip to content

Commit fe185cc

Browse files
committed
chore: cloudcmd: actions: lint ☘️
1 parent 7edea50 commit fe185cc

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

common/util.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,3 @@ test('util: escapeRegExp', (t) => {
120120
t.equal(result, expected);
121121
t.end();
122122
});
123-

server/exit.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,3 @@ test('cloudcmd: exit.error: console.error: error', (t) => {
4747
t.calledWith(errorStub, ['hello world'], 'should call console.error');
4848
t.end();
4949
});
50-

test/before.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ function before(options, fn = options) {
5050
}));
5151

5252
server.listen(() => {
53-
fn(server
54-
.address().port, promisify(after));
53+
fn(server.address().port, promisify(after));
5554
});
5655
}
5756

0 commit comments

Comments
 (0)