Skip to content

Commit 6551625

Browse files
committed
Fix tests
1 parent 0865cf7 commit 6551625

31 files changed

Lines changed: 5 additions & 4 deletions

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
"scripts": {
4242
"test": "npm run lint && npm run unit-test && npm run func-test && npm run cover",
4343
"lint": "jshint . && jscs -c .jscs.js .",
44-
"func-test": "mocha test/differ",
44+
"func-test": "mocha test/diff",
4545
"unit-test": "mocha test/unit",
46-
"cover": "istanbul cover _mocha -- test/unit test/differ"
46+
"cover": "istanbul cover _mocha -- test/unit test/diff"
4747
},
4848
"engines": {
4949
"node": ">=0.8.0",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

test/differ/fixtures/input/ignore-duplicate-attributes.html renamed to test/diff/fixtures/first/ignore-duplicate-attributes.html

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)