diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-01-24 12:06:09 +0100 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-01-24 12:06:09 +0100 |
| commit | c96e6ffafb62bde1e08987b1fdf3c0786487f6ec (patch) | |
| tree | 37eaf4cf199ca77dc131b4212c526b707adf2e30 /src/unit-tests.html | |
Initial commit
Diffstat (limited to 'src/unit-tests.html')
| -rw-r--r-- | src/unit-tests.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/unit-tests.html b/src/unit-tests.html new file mode 100644 index 00000000..877bda6d --- /dev/null +++ b/src/unit-tests.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<!--suppress HtmlUnknownTarget --> +<html> +<head> + <meta http-equiv="content-type" content="text/html;charset=utf-8"> + <title>OpenDC Unit Tests</title> + <link rel="stylesheet" href="../node_modules/jasmine-core/lib/jasmine-core/jasmine.css"> + <script src="../node_modules/jasmine-core/lib/jasmine-core/jasmine.js"></script> + <script src="../node_modules/jasmine-core/lib/jasmine-core/jasmine-html.js"></script> + <script src="../node_modules/jasmine-core/lib/jasmine-core/boot.js"></script> +</head> +<body> +<script src="scripts/test.entry.js"></script> +</body> +</html>
\ No newline at end of file |
