Skip to content

Commit

Permalink
fix code sample for example 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
muratcankirdar committed Jul 26, 2023
1 parent c72f74a commit 4c632f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Read in a different language: [![CN](./assets/flags/CN.png)**CN**](./README.chin

- **🔖 Curious to see examples? We have a starter**: Visit [Practica.js](https://github.com/practicajs/practica), our application example and boilerplate (beta) to see some practices in action


<br/><br/>

# Welcome! 3 Things You Ought To Know First
Expand Down Expand Up @@ -516,7 +515,8 @@ function someFunction() {
}

// Avoid
function someFunction() {
function someFunction()
{
// code block
}
```
Expand Down Expand Up @@ -742,7 +742,7 @@ b. [Node.js testing - beyond the basics](https://github.com/testjavascript/nodej

## ![] 4.2 Include 3 parts in each test name

### `🌟 #new`
### `🌟 #new`

**TL;DR:** Make the test speak at the requirements level so it's self-explanatory also to QA engineers and developers who are not familiar with the code internals. State in the test name what is being tested (unit under test), under what circumstances, and what is the expected result

Expand Down

0 comments on commit 4c632f5

Please sign in to comment.