File: control

package info (click to toggle)
node-eslint-scope 5.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 472 kB
  • sloc: javascript: 5,125; makefile: 27; sh: 1
file content (15 lines) | stat: -rw-r--r-- 399 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Test-Command: node -e "require('eslint-scope');"
Depends:
 node-eslint-scope,
Restrictions: superficial

Test-Command:
 sed -i -e 's,analyze = require("..").analyze;,analyze = require("eslint-scope").analyze;,' tests/*.js
 && find tests/*.js -not -name typescript.js -exec mocha --reporter tap '{}' +
Depends:
 mocha,
 node-chai,
 node-eslint-scope,
 node-espree,
 node-esrecurse,
 node-estraverse,