Skip to content

Commit c728b85

Browse files
committed
✅ test: add test for monorepo params
1 parent 0c6cd36 commit c728b85

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/release-config/src/plugins/npm.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@ describe('npm', () => {
1313
},
1414
]);
1515
});
16+
17+
it('use monorepo', () => {
18+
expect(npm({ monorepo: true })).toEqual('@semrel-extra/npm');
19+
});
1620
});

0 commit comments

Comments
 (0)