Skip to content

Commit 481298f

Browse files
committed
Removed .only on test
1 parent 4087cc1 commit 481298f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/errors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import assert from 'assert';
22
import {Client} from '../lib';
33
import nock from 'nock';
44

5-
describe.only('errors', () => {
5+
describe('errors', () => {
66
describe('with promises', () => {
77
it('should fail with ESOCKETTIMEDOUT error', () => {
88

0 commit comments

Comments
 (0)