File: testsuite

package info (click to toggle)
node-jsonfile 6.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 148 kB
  • sloc: javascript: 762; sh: 7; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 115 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/sh
set -e
for fichier in `find test/ -name "*.js"`; do
  sed -i $fichier -e "s|\.\./|jsonfile|g"
done
mocha