We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0943d9 commit b7e6236Copy full SHA for b7e6236
src/test/cli.build.test.ts
@@ -64,7 +64,7 @@ describe('Dev Containers CLI', function () {
64
});
65
66
67
- it.only('should not use docker cache for features when `--no-cache` flag is passed', async () => {
+ it('should not use docker cache for features when `--no-cache` flag is passed', async () => {
68
// Arrange
69
const testFolder = `${__dirname}/configs/image-with-features`;
70
const devContainerJson = `${testFolder}/.devcontainer.json`;
0 commit comments