fix spacing
This commit is contained in:
@ -47,11 +47,9 @@ Here's what you can do to help:
|
|||||||
|
|
||||||
#### Browser specific tests
|
#### Browser specific tests
|
||||||
- If your snippet belongs to `browser` category then you will need to modify the tests to make them work.
|
- If your snippet belongs to `browser` category then you will need to modify the tests to make them work.
|
||||||
- By default, `NodeJS` isn't browser environment. That said we have to use external package to help us simulate the browser for our tests.
|
- By default, `Node.js` isn't browser environment. That said we have to use external package to help us simulate the browser for our tests.
|
||||||
- We use [jsdom](https://www.npmjs.com/package/jsdom) for our browser specific tests. You can find their [documentation](https://github.com/jsdom/jsdom) on GitHub as well.
|
- We use [jsdom](https://www.npmjs.com/package/jsdom) for our browser specific tests. You can find their [documentation](https://github.com/jsdom/jsdom) on GitHub as well.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Additional guidelines and conventions regarding snippets
|
### Additional guidelines and conventions regarding snippets
|
||||||
|
|
||||||
- When describing snippets, refer to methods, using their full name. For example, use `Array.reduce()`, instead of `reduce()`.
|
- When describing snippets, refer to methods, using their full name. For example, use `Array.reduce()`, instead of `reduce()`.
|
||||||
|
|||||||
Reference in New Issue
Block a user