(content: PackageJson)
| 13 | } from './workspace-packages.js'; |
| 14 | |
| 15 | const pkgJsonContent = (content: PackageJson) => |
| 16 | JSON.stringify(content, null, 2); |
| 17 | |
| 18 | describe('listPackages', () => { |
| 19 | it('should search for all npm packages recursively by default', async () => { |
no outgoing calls
no test coverage detected