We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the latest commit on the develop branch (ea58033), hanging indents cause subsequent lines to be indented. That is, this happens:
expect(whatever).toBe( 'some', 'parameters', 'here', 'whatever'); expect(aThing).toHaveBeenCalledWith('foo'); expect(anotherThing).toHaveBeenCalledWith('bar');
whereas I would expect this:
The text was updated successfully, but these errors were encountered:
The most recent commit where this bug isn't present is be55064.
Sorry, something went wrong.
both of your issues appear to be fixed in develop
No branches or pull requests
Using the latest commit on the develop branch (ea58033), hanging indents cause subsequent lines to be indented. That is, this happens:
whereas I would expect this:
The text was updated successfully, but these errors were encountered: