mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-13 14:44:59 +00:00
Remove trailing whitespace in docs
Remove unneeded trailing whitespace in lines in /development /ci /api and /administration docs.
This commit is contained in:

committed by
Achilleas Pipinellis

parent
2b4521c165
commit
143872fa52
@ -501,17 +501,17 @@ The following are examples of tests that work for both Karma and Jest:
|
||||
it('makes a request', () => {
|
||||
const responseBody = getJSONFixture('some/fixture.json'); // loads spec/javascripts/fixtures/some/fixture.json
|
||||
axiosMock.onGet(endpoint).reply(200, responseBody);
|
||||
|
||||
|
||||
myButton.click();
|
||||
|
||||
|
||||
// ...
|
||||
});
|
||||
|
||||
it('uses some HTML element', () => {
|
||||
loadFixtures('some/page.html'); // loads spec/javascripts/fixtures/some/page.html and adds it to the DOM
|
||||
|
||||
|
||||
const element = document.getElementById('#my-id');
|
||||
|
||||
|
||||
// ...
|
||||
});
|
||||
```
|
||||
|
Reference in New Issue
Block a user