Skip to content

Commit eb77498

Browse files
author
JoelCodes
committed
Updated Readme
1 parent e1d7e88 commit eb77498

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@ Set of exercises in using JS promises for handling asynchronous operations.
99

1010
## Using
1111

12-
You can fill in the tests in the answer directory.
13-
* Run `npm test` to run the whole test suite
14-
* Run `npm start` to watch the whole test suite.
12+
For these exercises, you only need to go the `/answers` directory and implement the functions as directed. Once correctly implemented, all the test suites should pass.
13+
14+
* Run `npm test` to run all the test suites.
15+
* Run `npm start` to watch all the test suites.
16+
17+
Or, you can run only the test suites for any exercise using the commands below.
1518

1619
## Outline
1720

1821
`npm run warmup` - Create promises with Promise.resolve, Promise.reject, and the Promise constructor.
19-
22+
`npm run and-then` - Coming Soon!

0 commit comments

Comments
 (0)