Skip to content

Commit f211973

Browse files
committed
Removed local copies of mocha and chai in the test suite so we can use the copies in /node_modules/ instead. Added chai as a dependency.
1 parent b8b3236 commit f211973

File tree

6 files changed

+9
-9391
lines changed

6 files changed

+9
-9391
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"grunt-contrib-uglify": "*",
2525
"grunt-contrib-concat": "~0.1.3",
2626
"grunt-update-submodules": "*",
27+
"chai": "*",
2728
"mocha": "~1.7.4",
2829
"should": "*",
2930
"jsdom": "*"

test/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title></title>
7-
<link rel="stylesheet" href="lib/mocha.css" />
7+
<link rel="stylesheet" href="../node_modules/mocha/mocha.css" />
88
</head>
99
<body>
1010
<div id="mocha"></div>

0 commit comments

Comments
 (0)