mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 12:57:47 +00:00
[build-utils] Fix test name
This commit is contained in:
2
packages/build-utils/test/unit.test.ts
vendored
2
packages/build-utils/test/unit.test.ts
vendored
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user