Exclude test artifacts from runtime impact analysis
This commit is contained in:
@@ -22,6 +22,14 @@ test('runtime impact keeps affected components separate from restart scope', ()
|
||||
affectedComponents: [],
|
||||
restartScope: 'none',
|
||||
});
|
||||
assert.deepEqual(classifyRuntimeImpact(['.tmp-tests/harbor-route-test/network.json']), {
|
||||
affectedComponents: [],
|
||||
restartScope: 'none',
|
||||
});
|
||||
assert.deepEqual(classifyRuntimeImpact(['context.md']), {
|
||||
affectedComponents: [],
|
||||
restartScope: 'none',
|
||||
});
|
||||
assert.deepEqual(classifyRuntimeImpact(['src/web/App.tsx']), {
|
||||
affectedComponents: ['control'],
|
||||
restartScope: 'control',
|
||||
|
||||
Reference in New Issue
Block a user