Skip to content

Commit f173ec9

Browse files
committed
chore: remove unneeded test
1 parent b9f8567 commit f173ec9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/commands/apex/run/test.test.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -368,14 +368,6 @@ describe('apex:test:run', () => {
368368
});
369369

370370
describe('validateFlags', () => {
371-
// it('rejects codecoverage without resultformat', async () => {
372-
// try {
373-
// await new Test(['--code-coverage'], config).run();
374-
// } catch (e) {
375-
// expect((e as Error).message).to.include('following must be provided when using --code-coverage: --result-format');
376-
// }
377-
// });
378-
//
379371
it('rejects tests/classnames/suitenames and testlevels', async () => {
380372
try {
381373
await new Test(['--tests', 'mytest', '--test-level', 'RunAllTestsInOrg'], config).run();

0 commit comments

Comments
 (0)