tests/test-check-jshint.t
author Augie Fackler <augie@google.com>
Fri, 12 Oct 2018 12:38:37 -0400
changeset 40237 772c1145bcef
parent 35605 45a816361926
permissions -rw-r--r--
tests: expand our coverage of errors in Python 3 for bad extensions What a mess. Differential Revision: https://phab.mercurial-scm.org/D5005

#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