File: 10_init.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 (7 lines) | stat: -rwxr-xr-x 104 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh
. test/functions.sh
setup
install

# Test init command
expect 0 "npx --no-install husky init"