
Summary: Move dom creation into katex.js so our tests can test non-dom things, and add some buildTree tests. Add some checks make utils.js work in node. Add support for jasmine-node, to allow for command line unit testing. Test Plan: - Make sure tests work, in both the browser and with `make test` - Make sure huxley screenshots didn't change Reviewers: alpert Reviewed By: alpert Differential Revision: http://phabricator.khanacademy.org/D13125
13 lines
337 B
HTML
13 lines
337 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script src="jasmine/jasmine.js"></script>
|
|
<script src="jasmine/jasmine-html.js"></script>
|
|
<script src="jasmine/boot.js"></script>
|
|
<link rel="stylesheet" href="jasmine/jasmine.css">
|
|
<script src="katex-spec.js"></script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|