You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to update our documentation, especially around @Suite and @Test, to discuss raw identifiers in place of the displayName argument. In particular, where we currently recommend something like:
@Test("foo bar baz")func f(){...}
We probably want to offer this instead:
@Testfunc `foo bar baz`() {...}
The text was updated successfully, but these errors were encountered:
We need to update our documentation, especially around
@Suite
and@Test
, to discuss raw identifiers in place of thedisplayName
argument. In particular, where we currently recommend something like:We probably want to offer this instead:
The text was updated successfully, but these errors were encountered: