Skip to content

Commit 297771c

Browse files
diberrysoftchris
andauthored
Update articles/javascript/sdk/test-sdk-integration.md
Co-authored-by: chris <noringc@gmail.com>
1 parent e8fc64b commit 297771c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/javascript/sdk/test-sdk-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ npm install jest
144144

145145
Update the `package.json` for the application with a new script to test our source code files. Source code files are defined by matching on partial file name and extension. Jest looks for files following the common naming convention for test files: `<file-name>.spec.[jt]s`.
146146

147-
Add a script to the package.json to support that test file pattern with Jest:
147+
Add a script to the *package.json* to support that test file pattern with Jest:
148148

149149
```JSON
150150
"scripts": {

0 commit comments

Comments
 (0)