wip
This commit is contained in:
@@ -218,7 +218,7 @@ describe('Package dependency structure for racing slice', () => {
|
||||
const allowedPrefixes = [
|
||||
'@gridpilot/racing',
|
||||
'@gridpilot/shared-result',
|
||||
'@gridpilot/demo-support',
|
||||
'@gridpilot/testing-support',
|
||||
'@gridpilot/social',
|
||||
];
|
||||
|
||||
@@ -257,7 +257,7 @@ describe('Package dependency structure for racing slice', () => {
|
||||
file: filePath,
|
||||
line: index + 1,
|
||||
moduleSpecifier,
|
||||
reason: 'racing infrastructure should depend only on domain, shared-result, or demo-support',
|
||||
reason: 'racing infrastructure should depend only on domain, shared-result, or testing-support',
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user