You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,14 @@ Set of exercises in using JS promises for handling asynchronous operations.
9
9
10
10
## Using
11
11
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.
15
18
16
19
## Outline
17
20
18
21
`npm run warmup` - Create promises with Promise.resolve, Promise.reject, and the Promise constructor.
0 commit comments