diff options
| author | Ben Beltran <ben@freshout.us> | 2014-03-20 10:27:45 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@freshout.us> | 2014-03-20 10:27:45 -0600 |
| commit | db6bc3cb0117030b2d31d55850d91f58248a8e81 (patch) | |
| tree | 36092f8b3adf29e6d79b4c0e577b0b7ef485b0dc /test/browser.html | |
| parent | c829648b25585ce2e207bf69bd378d0415fd36bb (diff) | |
Cobalt 2.0 -> Now with neon 2.0
Diffstat (limited to 'test/browser.html')
| -rw-r--r-- | test/browser.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/browser.html b/test/browser.html new file mode 100644 index 0000000..ec58b6f --- /dev/null +++ b/test/browser.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html> + <head> + <title>Tellurium Test Runner</title> + + <!-- load neon dependency. These are node modules, I'm not sure this is a good way to load it --> + <script src="../node_modules/neon/neon.js" type="text/javascript" charset="utf-8"></script> + + <!-- include cobalt --> + <script src="../node_modules/cobalt-log/lib/cobalt.js" type="text/javascript" charset="utf-8"></script> + <script src="../node_modules/cobalt-log/lib/loggers/console.js" type="text/javascript" charset="utf-8"></script> + <script src="../node_modules/cobalt-log/lib/formatters/token.js" type="text/javascript" charset="utf-8"></script> + + <!-- include test files here... --> + <script type="text/javascript" src="basic.js"></script> + + </head> + <body> + </body> +</html> |