Skip to content

Commit 637fd0d

Browse files
committed
enable tests only with target_arch wasm
1 parent 26798b7 commit 637fd0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/yew-test-runner/src/procedural.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ impl<TC: TestContext> TestCase for TC {
258258
fn finish(self) {}
259259
}
260260

261-
//#[cfg(target_arch = "wasm32")]
261+
#[cfg(target_arch = "wasm32")]
262262
#[cfg(test)]
263263
mod tests {
264264
extern crate self as yew_test_runner;

0 commit comments

Comments
 (0)