We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 763d3c8 commit 6674d38Copy full SHA for 6674d38
test/nuts/delete/source.nut.ts
@@ -141,7 +141,7 @@ describe('project delete source NUTs', () => {
141
expect(fs.existsSync(pathToClass)).to.be.false;
142
});
143
144
- it.only('should source:delete an ApexClass only if a specific test pass', async () => {
+ it('should source:delete an ApexClass only if a specific test pass', async () => {
145
const { apexName, pathToClass } = createApexClass();
146
const response = execCmd<DeleteSourceJson>(
147
`project:delete:source --json --no-prompt --metadata ApexClass:${apexName} --test-level RunSpecifiedTests --tests GeocodingServiceTest`,
0 commit comments