[build-utils] Fix test name

This commit is contained in:
Nathan Rajlich
2021-08-06 12:48:58 -07:00
parent 3db8618885
commit 0533cfd566

View File

@@ -318,7 +318,7 @@ it('should return lockfileVersion 1 with older versions of npm', async () => {
expect(result.lockfileVersion).toEqual(1);
});
it('should return lockfileVersion 1 with older versions of npm', async () => {
it('should detect npm Workspaces', async () => {
const fixture = path.join(__dirname, 'fixtures', '21-npm-workspaces/a');
const result = await scanParentDirs(fixture);
expect(result.cliType).toEqual('npm');