Skip to content

Commit 0e907a0

Browse files
committed
chore(@cubejs-backend/testing): Revert whole test dir removal as it contains node_modules
1 parent 0c24a86 commit 0e907a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-testing/src/birdbox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export async function startBirdBoxFromCli(options: StartCliWithEnvOptions): Prom
167167
}
168168

169169
if (fs.existsSync(path.join(testDir, '.cubestore'))) {
170-
fsExtra.removeSync(path.join(testDir, '.env'));
170+
fsExtra.removeSync(path.join(testDir, '.cubestore'));
171171
}
172172

173173
fsExtra.copySync(

0 commit comments

Comments
 (0)