Skip to content

Commit 8fd06b6

Browse files
authored
Merge pull request #2474 from leomfn/patch-3
fixed missing comma in package.json
2 parents 466b6ab + c1c870c commit 8fd06b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/4/en/part4b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ and by extending the Jest definitions in the <i>package.json</i> as follows
195195
{
196196
//...
197197
"jest": {
198-
"testEnvironment": "node"
198+
"testEnvironment": "node",
199199
"globalTeardown": "./tests/teardown.js" // highlight-line
200200
}
201201
}

0 commit comments

Comments
 (0)