Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: yewstack/yew
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: aa5f8a0502194e4da5f948206ced0cae5691381e
Choose a base ref
..
head repository: yewstack/yew
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6f7d0af25e610eedc9c8be61158e6fdf7d8f3713
Choose a head ref
Showing with 2 additions and 1 deletion.
  1. +2 −1 packages/yew/src/tests/layout_tests.rs
3 changes: 2 additions & 1 deletion packages/yew/src/tests/layout_tests.rs
Original file line number Diff line number Diff line change
@@ -160,9 +160,10 @@ pub fn diff_layouts(layouts: Vec<TestLayout<'_>>) {

#[cfg(test)]
mod test {
use wasm_bindgen_test::wasm_bindgen_test;

use super::*;
use crate::prelude::*;
use wasm_bindgen_test::wasm_bindgen_test;

#[wasm_bindgen_test]
fn render_node_returns_element_containing_expected_outer_html() {