Skip to content

Commit f6fdccb

Browse files
committed
Fixing broken tests.
1 parent 863f833 commit f6fdccb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "jwt.io",
33
"version": "0.0.1",
44
"devDependencies": {
5+
"expect.js": "^0.3.1",
56
"grunt": "~0.4.2",
67
"grunt-contrib-clean": "~0.5.0",
78
"grunt-contrib-connect": "~0.6.0",

test/test_harness.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<head>
44
<meta charset="utf-8">
55
<title>Mocha Tests</title>
6-
<link rel="stylesheet" href="../node_modules/mocha/mocha.css" />
6+
<link rel="stylesheet" href="../node_modules/grunt-mocha-phantomjs/node_modules/mocha-phantomjs/node_modules/mocha/mocha.css" />
77
</head>
88
<body>
99
<div id="mocha"></div>
1010

11-
<script src="../node_modules/mocha/mocha.js"></script>
12-
<script src="../node_modules/expect.js/expect.js"></script>
11+
<script src="../node_modules/grunt-mocha-phantomjs/node_modules/mocha-phantomjs/node_modules/mocha/mocha.js"></script>
12+
<script src="../node_modules/expect.js/index.js"></script>
1313

1414
<script>
1515
if (typeof mocha === 'undefined') {

0 commit comments

Comments
 (0)