File: test

package info (click to toggle)
node-constants-browserify 1.0.0%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 92 kB
  • sloc: sh: 50; javascript: 13; makefile: 8
file content (3 lines) | stat: -rw-r--r-- 137 bytes parent folder | download
1
2
3
test -e constants.json || node -pe 'JSON.stringify(require("constants"), null, "  ")' > constants.json
node test.js
rm -f constants.json