3 lines
101 B
Bash
3 lines
101 B
Bash
|
#!/bin/sh
|
||
|
npm run wp-env run tests-cli './wp-content/plugins/$(basename `pwd`)/bin/wp-env-config.sh'
|