Skip to content

Commit 125b369

Browse files
committed
🐛 Fixes missing (
1 parent 5a7bf03 commit 125b369

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/cli.set-up.test.ts

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

82-
describe'Command read-configuration', () => {
82+
describe('Command read-configuration', () => {
8383
it('should succeed and return postAttachCommand from config', async () => {
8484

8585
const containerId = (await shellExec(`docker run -d alpine:3.17 sleep inf`)).stdout.trim();

src/test/cli.test.ts

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

2929
describe('Command run-user-commands', () => {
30-
describe'with valid config', () => {
30+
describe('with valid config', () => {
3131
let containerId: string | null = null;
3232
const testFolder = `${__dirname}/configs/image`;
3333
beforeEach(async () => containerId = (await devContainerUp(cli, testFolder)).containerId);

0 commit comments

Comments
 (0)