mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-15 09:20:02 +00:00
5 lines
62 B
Bash
Executable File
5 lines
62 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
npm test
|