Skip to content

Commit ba77bb8

Browse files
authored
Merge pull request #9 from GannaChernyshova/04-jest
fixed jest import
2 parents 87d2f1c + d5b6177 commit ba77bb8

3 files changed

Lines changed: 381 additions & 3443 deletions

File tree

.labspace/04-switch-to-dhi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,5 @@ This simple code block from the `test/app.test.js` allows you to start the appli
109109
```
110110
Let’s run the tests using the npm test command:
111111
```bash
112-
npm test
112+
npm install && npm test
113113
```

0 commit comments

Comments
 (0)