Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Zavgorodny authored and Denis Zavgorodny committed Apr 14, 2019
1 parent a109869 commit 84eef39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You have to modify file index.js and create the methods for *Shop Cart*:
* `clear()` – method should clear the cart (remove all items);
* `setCount(item, count)` – method should change quantity for `item`. If the method receive `count` below or equal zero, then it should throw Exception;

**Important!** You shold change only index.js file.
**Important!** You should change only index.js file.

To check your work we created a file with Jest tests. You can run tests with npm command: `npm run test`.

Expand Down

0 comments on commit 84eef39

Please sign in to comment.