Skip to content

Commit 010aab5

Browse files
committed
remove comments
1 parent e7e269c commit 010aab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/cli.build.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ describe('Dev Containers CLI', function () {
435435
});
436436

437437
it('should use current directory for build when no workspace-folder provided', async function () {
438-
const testFolder = `${__dirname}/configs/image`; // Use simpler config without features
438+
const testFolder = `${__dirname}/configs/image`;
439439
const absoluteTmpPath = path.resolve(__dirname, 'tmp');
440440
const absoluteCli = `npx --prefix ${absoluteTmpPath} devcontainer`;
441441
const originalCwd = process.cwd();

0 commit comments

Comments
 (0)