Skip to content

Commit 4af0344

Browse files
Fix tests
1 parent a1aa606 commit 4af0344

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/cdk-basic.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ describe('cdk-basic', async () => {
2424

2525
beforeAll(async () => {
2626
if (process.env.CI === 'true' || process.env.RUN_TEST_FROM_CLI === 'true') {
27-
lldProcess = await startDebugger(folder, ['-c=environment=test']);
27+
lldProcess = await startDebugger(folder, ['-c environment=test']);
2828
}
2929
});
3030

test/cdk-esm.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ describe('cdk-esm', async () => {
2424

2525
beforeAll(async () => {
2626
if (process.env.CI === 'true' || process.env.RUN_TEST_FROM_CLI === 'true') {
27-
lldProcess = await startDebugger(folder, ['-c=environment=test']);
27+
lldProcess = await startDebugger(folder, ['-c environment=test']);
2828
}
2929
});
3030

0 commit comments

Comments
 (0)