1To work on this code, from toplevel 2 python -m SimpleHTTPServer 8001 3 4In any browser, navigate to 5 http://localhost:8001/src/tests.html 6 7If you add a file, make sure to update: 8 ../src/about_tracing.js 9 10And, of course, verify all the tests.html pass. 11