File: control

package info (click to toggle)
node-eslint-visitor-keys 3.3.0%2B~1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 220 kB
  • sloc: javascript: 389; makefile: 37; sh: 1
file content (18 lines) | stat: -rw-r--r-- 424 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Test-Command:
 cd $AUTOPKGTEST_TMP
 && node -e "require('eslint-visitor-keys');"
Depends:
 node-eslint-visitor-keys,
 nodejs,
Restrictions: superficial

Test-Command:
 sed -i
 -e 's,"../../lib/index.js","eslint-visitor-keys",'
 -e 's,import keys from "../../lib/visitor-keys.js",const keys = evk.KEYS,'
 tests/lib/index.js
 && mocha --reporter tap 'tests/lib/**/*.js'
Depends:
 mocha,
 node-chai,
 node-eslint-visitor-keys,