Skip to content

Commit b7cc362

Browse files
committed
fix formatting
1 parent 3341c81 commit b7cc362

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/ScanTest.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ describe("ScanCreate cases",() => {
88
const cxScanConfig = new BaseTest();
99

1010
it('ScanCreate Successful case with Branch', async () => {
11+
params = new Map();
1112
params.set(CxParamType.PROJECT_NAME, "ast-cli-javascript-integration-success-branch");
1213
params.set(CxParamType.S, "./src");
1314
params.set(CxParamType.FILTER, "*.ts,!**/node_modules/**/*");

0 commit comments

Comments
 (0)