mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-13 07:26:26 +00:00
test: fix typo (#16984)
This commit is contained in:
parent
4b0b49e1c6
commit
9d939f429e
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ describe('modules/manager/npm/post-update/node-version', () => {
|
|||
});
|
||||
});
|
||||
|
||||
describe('getNodeToolContraint()', () => {
|
||||
describe('getNodeToolConstraint()', () => {
|
||||
it('returns getNodeUpdate', async () => {
|
||||
expect(
|
||||
await getNodeToolConstraint(config, [
|
||||
|
|
Loading…
Reference in a new issue