Files
frontend-bootcamp/docs/step2-06/demo/index.html
2019-02-22 20:25:09 -08:00

9 lines
207 B
HTML

<!DOCTYPE html>
<html>
<body>
For this step, we look at unit testing. Run
<pre>npm test</pre>
in the command line.
<script src="../../step2-06/demo/step2-06/demo.js"></script></body>
</html>