mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-08-18 03:24:41 +07:00
Improve code and examples
This commit is contained in:
@ -82,6 +82,7 @@ describe('Utils tests', () => {
|
||||
'c',
|
||||
'd'
|
||||
]);
|
||||
|
||||
expect(await utils.extensionArray('')).toEqual([]);
|
||||
expect(await utils.extensionArray(' ')).toEqual([]);
|
||||
});
|
||||
|
Reference in New Issue
Block a user