Skip to content

Commit

Permalink
Update appsConfig test
Browse files Browse the repository at this point in the history
  • Loading branch information
Or-Geva committed Oct 15, 2023
1 parent e1baf3e commit 5780629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/tests/appsConfig.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe('JFrog Apps Config Tests', () => {
// Check module
let module: AppsConfigModule = appsConfig!.modules[0];
assert.equal(module.name, 'FrogLeapApp');
assert.include(module.sourceRoot, 'src');
assert.include(module.sourceRoot, path.join(jfrogAppsConfigDir, 'src'));
assert.deepEqual(module.excludePatterns, ['docs/']);
assert.deepEqual(module.excludeScanners, [ScanType.Secrets]);

Expand Down

0 comments on commit 5780629

Please sign in to comment.