Closed danuker closed 2 years ago
I recently saw a test with @conditionals.onOSName(['linux', 'window']).
@conditionals.onOSName(['linux', 'window'])
window should have been windows; the test was skipped unintentionally.
window
windows
Make onOSName throw an error if it sees an OS name it does not recognize.
I recently saw a test with
@conditionals.onOSName(['linux', 'window'])
.window
should have beenwindows
; the test was skipped unintentionally.Make onOSName throw an error if it sees an OS name it does not recognize.