Removed references to Lerna as it's not used
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
committed by
benjdlambert
parent
023150b390
commit
1d15f6b01b
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user