amcgee/remjs

View on GitHub
scripts/test.sh

Summary

Maintainability
Test Coverage
#!/bin/sh

set -e
set -x

jshint .
jscs .
istanbul cover mocha --report lcovonly