pm2/test/e2e/process-file/js-configuration.sh
2018-02-26 20:41:08 +01:00

9 lines
197 B
Bash

#!/usr/bin/env bash
SRC=$(cd $(dirname "$0"); pwd)
source "${SRC}/../include.sh"
cd $file_path/js-configuration
$pm2 start ecosystem.config.js
should 'should have started 1 processes' 'online' 1