Asserts that a value is equal to the expected string, ignoring any whitespace.
method
test.MatchersBuiltin.toEqualIgnoringWhitespace
@param expected
the expected string
expect(" foo ").toEqualIgnoringWhitespace("foo");
expect("bar").toEqualIgnoringWhitespace(" bar ");