diff options
author | Gareth Aye <gaye@mozilla.com> | 2013-04-29 09:50:15 -0700 |
---|---|---|
committer | Gareth Aye <gaye@mozilla.com> | 2013-04-29 09:50:15 -0700 |
commit | 9b6e2c616154f2c20fe6272dca083868c02f98f4 (patch) | |
tree | adfd0334e29bb33ae170e8040162e606681ea260 /test-agent/index.html | |
parent | 90940f2960050812ec0a2897a89de837066056be (diff) | |
parent | 8340549fa7c16e682936b0da26f65671c91311d5 (diff) | |
download | jsCalDAV-9b6e2c616154f2c20fe6272dca083868c02f98f4.tar.gz |
Merge pull request #13 from mozilla-b2g/caldav-sinon
Test framework refactorng + sinon
Diffstat (limited to 'test-agent/index.html')
-rw-r--r-- | test-agent/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-agent/index.html b/test-agent/index.html index b2e7bb5..d2835d0 100644 --- a/test-agent/index.html +++ b/test-agent/index.html @@ -4,7 +4,7 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Serve the tests</title> - <link rel="stylesheet" href="../vendor/test-agent.css" type="text/css" charset="utf-8"> + <link rel="stylesheet" href="/node_modules/test-agent/test-agent.css" type="text/css" charset="utf-8"> <style type="text/css" media="all"> body > iframe { width: 100%; @@ -21,7 +21,7 @@ </div> <!-- Load the bare minimum to get the ui and runner working --> -<script src="../vendor/test-agent.js" type="text/javascript" charset="utf-8"></script> +<script src="/node_modules/test-agent/test-agent.js" type="text/javascript" charset="utf-8"></script> <script src="./index.js" type="text/javascript" charset="utf-8"></script> </body> |