chore: I forgot how touchy the linter settings were.

This commit is contained in:
Ruby Allison Rose 2022-01-03 18:14:04 -08:00
parent 4dc862073c
commit 8b2e42e9fb

View File

@ -66,8 +66,9 @@ describe('GitDiff when targeting nested repository', () => {
editor.insertText('a');
waitsFor(() => screenUpdates > 0);
runs(() => {
expect(editorElement.querySelectorAll('.git-line-modified').length)
.toBe(1);
expect(
editorElement.querySelectorAll('.git-line-modified').length
).toBe(1);
});
});
});