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 f0ec9f9 commit 14a13b2Copy full SHA for 14a13b2
packages/cli/test/unit/commands/accounts/current.unit.test.ts
@@ -6,7 +6,7 @@ import * as accounts from '../../../../src/lib/accounts/accounts'
6
import {stdout} from 'stdout-stderr'
7
import stripAnsi = require('strip-ansi')
8
9
-describe.only('accounts:current', function () {
+describe('accounts:current', function () {
10
let currentStub: sinon.SinonStub
11
12
beforeEach(function () {
0 commit comments