Skip to content

Commit 4633935

Browse files
committed
fix test
1 parent 38765f3 commit 4633935

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/kbn-telemetry-tools/src/tools/config.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ describe('parseTelemetryRC', () => {
3333
{
3434
root: configRoot,
3535
output: configRoot,
36-
exclude: [path.resolve(configRoot, './unmapped_collector.ts')],
36+
exclude: [
37+
path.resolve(configRoot, './unmapped_collector.ts'),
38+
path.resolve(configRoot, './externally_defined_usage_collector/index.ts'),
39+
],
3740
},
3841
]);
3942
});

0 commit comments

Comments
 (0)