File: test

package info (click to toggle)
node-recast 0.23.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,292 kB
  • sloc: javascript: 938; sh: 22; makefile: 4
file content (3 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (2)
1
2
3
for name in babel.ts comments.ts identity.ts jsx.ts lines.ts mapping.ts parens-extra.ts parens.ts parser.ts patcher.ts syntax.ts visit.ts; do
  mocha -r ts-node/register test/$name
done