Skip to content

Commit 569531b

Browse files
authored
Merge pull request #2841 from chmromano/patch-1
Update part4b.md, exercise 4.8
2 parents 3cbd0bc + c96ac16 commit 569531b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/4/en/part4b.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,8 +1045,8 @@ and by extending the Jest definitions in the <i>package.json</i> as follows
10451045
{
10461046
//...
10471047
"jest": {
1048-
"testEnvironment": "node"
1049-
"globalTeardown": ".test/teardown.js" // highlight-line
1048+
"testEnvironment": "node",
1049+
"globalTeardown": "./tests/teardown.js" // highlight-line
10501050
}
10511051
}
10521052
```

0 commit comments

Comments
 (0)