Skip to content

Commit 5d581c8

Browse files
VoloVolo
authored andcommitted
Remove .only from counts tests
1 parent 22c0d93 commit 5d581c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/counts.ts

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, CountEntity, CountType } from '../lib';
33
import nock from 'nock';
44

5-
describe.only('counts', () => {
5+
describe('counts', () => {
66
const client = new Client({
77
usernameAuth: { username: 'foo', password: 'bar' },
88
});

0 commit comments

Comments
 (0)