Skip to content

Commit 14a13b2

Browse files
committed
remove .only
1 parent f0ec9f9 commit 14a13b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/test/unit/commands/accounts/current.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import * as accounts from '../../../../src/lib/accounts/accounts'
66
import {stdout} from 'stdout-stderr'
77
import stripAnsi = require('strip-ansi')
88

9-
describe.only('accounts:current', function () {
9+
describe('accounts:current', function () {
1010
let currentStub: sinon.SinonStub
1111

1212
beforeEach(function () {

0 commit comments

Comments
 (0)