sharp/.jshintrc
Lovell Fuller ca561daedf Test code refactor #63
Use mocha for feature-specific unit tests

Add test coverage report via istanbul
2014-10-20 15:32:56 +01:00

9 lines
94 B
Plaintext

{
"strict": true,
"node": true,
"globals": {
"describe": true,
"it": true
}
}