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 bdf4f10 commit 718df7cCopy full SHA for 718df7c
test/commands/apex/loggingCommands.nut.ts
@@ -13,7 +13,7 @@ import { LogListResult } from '../../../src/commands/apex/list/log';
13
14
config.truncateThreshold = 0;
15
16
-describe.only('apex log *', () => {
+describe('apex log *', () => {
17
let session: TestSession;
18
let logId: string | undefined;
19
before(async () => {
0 commit comments