Migrate WindowsDevice from js to tsx
Summary: As per the title Reviewed By: jknoxville Differential Revision: D16668705 fbshipit-source-id: 520981f2c1356a17561203f18e00f65a751ee8b8
This commit is contained in:
committed by
Facebook Github Bot
parent
2ed24c4a56
commit
0c0d595cbb
@@ -5,13 +5,12 @@
|
||||
* @format
|
||||
*/
|
||||
|
||||
import BaseDevice from './BaseDevice.tsx';
|
||||
import BaseDevice from './BaseDevice';
|
||||
|
||||
export default class WindowsDevice extends BaseDevice {
|
||||
os = 'Windows';
|
||||
|
||||
constructor() {
|
||||
super('', 'physical', 'Windows');
|
||||
this.os = 'Windows';
|
||||
}
|
||||
|
||||
teardown() {}
|
||||
Reference in New Issue
Block a user