Skip to content

Commit

Permalink
Merge pull request #3802 from Tuppu/patch-2
Browse files Browse the repository at this point in the history
Jest ei ole käytössä osa4a.md
  • Loading branch information
mluukkai authored Sep 20, 2024
2 parents d633147 + 6707a15 commit 3d12df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/4/fi/osa4a.md
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ Kuten odotettua, testit menevät läpi:
Jest olettaa oletusarvoisesti, että testitiedoston nimessä on merkkijono <i>.test</i>. Käytetään kurssilla konventiota, jossa testitiedostojen nimen loppu on <i>.test.js</i>.
Jestin antamat virheilmoitukset ovat hyviä. Rikotaan testi:
Node:testin antamat virheilmoitukset ovat hyviä. Rikotaan testi:
```js
test('reverse of react', () => {
Expand Down

0 comments on commit 3d12df1

Please sign in to comment.