File: control

package info (click to toggle)
node-eslint-utils 3.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 468 kB
  • sloc: javascript: 4,582; makefile: 28; sh: 1
file content (14 lines) | stat: -rw-r--r-- 317 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Test-Command: cd / && node -e "require('eslint-utils');"
Depends:
 node-eslint-utils,
 nodejs,
Restrictions: superficial
Features: test-name=require

#Test-Command:
# sed -i -e 's,"\.\./src/","eslint-utils",' test/*.js
# && mocha --reporter tap 'tests/lib/**/*.js'
#Depends:
# mocha,
# node-eslint-utils,
# node-esm,