Using nodeunit's deepEqual instead of manually looping.
This makes for more readable assertion messages (so you can actually see the difference in the lists), and removes the underscore dependency.
This commit is contained in:
parent
99342e073f
commit
828798c43c
2 changed files with 2 additions and 8 deletions
|
|
@ -21,8 +21,7 @@
|
|||
},
|
||||
|
||||
"devDependencies": {
|
||||
"nodeunit": ">= 0.6.4",
|
||||
"underscore": ">= 1.3.1"
|
||||
"nodeunit": ">= 0.6.4"
|
||||
},
|
||||
|
||||
"main": "./lib/wrench",
|
||||
|
|
|
|||
Reference in a new issue