Skip to content

Commit 3b0534f

Browse files
committed
Re-enable all deploy tests
1 parent b756e3a commit 3b0534f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/deploy.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ test('Should display error on malformed JSON', done => {
256256
});
257257

258258
// test
259-
test.only('Should display verbose output', done => {
259+
test('Should display verbose output', done => {
260260
// spy on console
261261
const consoleSpy = sinon.spy(console, 'log');
262262

0 commit comments

Comments
 (0)