File: control

package info (click to toggle)
node-eslint-plugin-eslint-plugin 2.3.0%2B~0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 604 kB
  • sloc: javascript: 5,372; makefile: 34; sh: 32
file content (21 lines) | stat: -rw-r--r-- 597 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Test-Command: node -e "require('eslint-plugin-eslint-plugin');"
Depends:
 node-eslint-plugin-eslint-plugin,
 nodejs,
Restrictions: superficial

Test-Command:
 sed -i -e 's,../../lib/utils,/usr/share/nodejs/eslint-plugin-eslint-plugin/lib/utils,' tests/lib/utils.js
 && sed -i -e 's,../../../lib/rules,/usr/share/nodejs/eslint-plugin-eslint-plugin/lib/rules,' tests/lib/rules/*.js
 && mocha --reporter tap --recursive tests
Depends:
 eslint,
 mocha,
 node-chai,
 node-eslint-plugin-eslint-plugin,
 node-eslint-plugin-node,
 node-escope,
 node-espree,
 node-estraverse,
 node-js-yaml,
 node-lodash,