File: 5_git_command_not_found.sh

package info (click to toggle)
node-husky 9.1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 952 kB
  • sloc: sh: 182; javascript: 79; makefile: 9
file content (11 lines) | stat: -rwxr-xr-x 157 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
. test/functions.sh
setup
install

cat >index.mjs <<EOL
process.env.PATH = ''
import h from 'husky'
console.log(h())
EOL
expect 0 "node index.mjs"