isWasm
Returns true if the current test execution target is Web (WasmJs).
Example Usage
if (isWasm()) {
// Perform Wasm-specific assertion or skip unsupported action
}Content copied to clipboard
Returns true if the current test execution target is Web (WasmJs).
if (isWasm()) {
// Perform Wasm-specific assertion or skip unsupported action
}