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