(tests
 (names isatty_std)
 (libraries ocaml_testing unix)
 (modes js wasm))

(tests
 (names isatty_tty)
 (enabled_if
  (not %{env:CI=false}))
 ; isatty_tty does not work on the CI since we are not running in a tty there
 (libraries ocaml_testing unix)
 (modes js wasm))
