added small exercise for jest testing

This commit is contained in:
Ken
2019-02-18 20:59:56 -08:00
parent c5cb0abff8
commit b5c038af9e
10 changed files with 92 additions and 20 deletions

8
step2-04/demo/index.html Normal file
View File

@@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<body>
For this step, we look at unit testing. Run
<pre>npm test</pre>
in the command line.
</body>
</html>