mirror of
https://github.com/subosito/flutter-action.git
synced 2024-08-16 10:19:50 +02:00
update test platform map
This commit is contained in:
parent
45483e4c19
commit
26bf50084a
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ describe('release tests', () => {
|
|||
it('getPlatform', () => {
|
||||
const platformMap: {[index: string]: string} = {
|
||||
linux: 'linux',
|
||||
macos: 'darwin',
|
||||
windows: 'win32'
|
||||
darwin: 'macos',
|
||||
win32: 'windows'
|
||||
};
|
||||
|
||||
expect(platform).toEqual(platformMap[process.platform]);
|
||||
|
|
Loading…
Reference in a new issue