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 3341c81 commit b7cc362Copy full SHA for b7cc362
src/tests/ScanTest.test.ts
@@ -8,6 +8,7 @@ describe("ScanCreate cases",() => {
8
const cxScanConfig = new BaseTest();
9
10
it('ScanCreate Successful case with Branch', async () => {
11
+ params = new Map();
12
params.set(CxParamType.PROJECT_NAME, "ast-cli-javascript-integration-success-branch");
13
params.set(CxParamType.S, "./src");
14
params.set(CxParamType.FILTER, "*.ts,!**/node_modules/**/*");
0 commit comments