[CodeFactor] Apply fixes to commit e70fd02
This commit is contained in:
parent
e70fd029fa
commit
c7d0025d39
2 changed files with 3 additions and 3 deletions
|
|
@ -22,6 +22,6 @@ describe('getOS', () => {
|
|||
test('exception', () => {
|
||||
expect(() => {
|
||||
getOS('centos', '0.101.0');
|
||||
}).toThrowError('centos is not supported');
|
||||
}).toThrow('centos is not supported');
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue