IgnoreWeb

actual annotation class IgnoreWeb

Marks a test or test class to be skipped on both web targets (Kotlin/JS and Kotlin/Wasm) — a shortcut for applying both IgnoreJs and IgnoreWasm.

actual annotation class IgnoreWeb

Marks a test or test class to be skipped on both web targets (Kotlin/JS and Kotlin/Wasm) — a shortcut for applying both IgnoreJs and IgnoreWasm.

expect annotation class IgnoreWeb

Marks a test or test class to be skipped on both web targets (Kotlin/JS and Kotlin/Wasm) — a shortcut for applying both IgnoreJs and IgnoreWasm.

actual annotation class IgnoreWeb

Marks a test or test class to be skipped on both web targets (Kotlin/JS and Kotlin/Wasm) — a shortcut for applying both IgnoreJs and IgnoreWasm.

actual typealias IgnoreWeb = Ignore

Marks a test or test class to be skipped on both web targets (Kotlin/JS and Kotlin/Wasm) — a shortcut for applying both IgnoreJs and IgnoreWasm.