We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4087cc1 commit 481298fCopy full SHA for 481298f
test/errors.js
@@ -2,7 +2,7 @@ import assert from 'assert';
2
import {Client} from '../lib';
3
import nock from 'nock';
4
5
-describe.only('errors', () => {
+describe('errors', () => {
6
describe('with promises', () => {
7
it('should fail with ESOCKETTIMEDOUT error', () => {
8
0 commit comments