##// END OF EJS Templates
tests: fold narrow treemanifest tests into main test file using testcases...
tests: fold narrow treemanifest tests into main test file using testcases These tests predate the testcases functionality in run-tests.py, so it was never done in narrowhg. Differential Revision: https://phab.mercurial-scm.org/D1979

File last commit:

r35623:45a81636 default
r36101:dc014846 default
Show More
test-check-jshint.t
11 lines | 250 B | text/troff | Tads3Lexer
#require test-repo jshint hg10
$ . "$TESTDIR/helpers-testrepo.sh"
run jshint on all tracked files ending in .js except vendored dependencies
$ cd "`dirname "$TESTDIR"`"
$ testrepohg locate 'set:**.js' \
> 2>/dev/null \
> | xargs jshint