mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-08-11 16:14:42 +07:00
Rename os_version => os
This commit is contained in:
@ -70,7 +70,7 @@ describe('Utils tests', () => {
|
||||
expect(await utils.parseIniFile('php.ini-production')).toBe('production');
|
||||
expect(await utils.parseIniFile('php.ini-development')).toBe('development');
|
||||
expect(await utils.parseIniFile('invalid')).toBe('production');
|
||||
})
|
||||
});
|
||||
|
||||
it('checking asyncForEach', async () => {
|
||||
const array: Array<string> = ['a', 'b', 'c'];
|
||||
|
Reference in New Issue
Block a user