Removed references to Lerna as it's not used

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Andre Wanlin
2025-08-07 06:20:45 -05:00
committed by benjdlambert
parent 023150b390
commit 1d15f6b01b
5 changed files with 3 additions and 23 deletions
@@ -41,16 +41,6 @@ describe('collectConfigSchemas', () => {
mockDir.clear();
});
it('should not find any schemas without packages', async () => {
mockDir.setContent({
'lerna.json': JSON.stringify({
packages: ['packages/*'],
}),
});
await expect(collectConfigSchemas([], [])).resolves.toEqual([]);
});
it('should find schema in a local package', async () => {
mockDir.setContent({
node_modules: {