Skip to content

Commit

Permalink
Fix yarn lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yokonao committed Jun 30, 2023
1 parent 074324a commit 2a070ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/cli.build.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ describe('Dev Containers CLI', function () {
} finally {
await shellExec(`docker buildx rm ${builderName}`);
}
})
});

it(`should execute successfully docker-compose without features with container builder`, async () => {
const builderName = 'test-container-builder';
Expand Down

0 comments on commit 2a070ff

Please sign in to comment.