Skip to content

Commit 9dd32d7

Browse files
author
JoelCodes
committed
Typos
1 parent 3c21ed1 commit 9dd32d7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Set of exercises in using JS promises for handling asynchronous operations.
1111

1212
For these exercises, there are a few folders, each corresponding to a step in the lesson. Each of them has a `README.md`, a `test.js`, and an `answers.js`. Read the README.md for further instructions, implement the methods in the `answers.js`, passing the tests in the `tests.js` file. The answers has a
1313

14-
> Quick tip: To run any of the exercises below in watch mode, add `-- --watch`, (e.g. `npm run making-promises -- --watch`)
14+
> Quick tip: To run any of the exercises below in watch mode, add `-- --watch`, (e.g. `npm run 01-making-promises -- --watch`)
1515
1616
You are free to look at any of the tests for guidance, but don't change them.
1717

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
"description": "Exercises for learning promises",
55
"main": "index.js",
66
"scripts": {
7-
"test": "./node_modules/.bin/mocha",
8-
"start": "./node_modules/.bin/mocha --watch",
97
"01-making-promises": "npm test -- ./01-making-promises",
108
"02-consuming-promises": "npm test -- ./02-consuming-promises",
119
"03-transforming-promises": "npm test -- ./03-transforming-promises",

0 commit comments

Comments
 (0)