diff --git a/.test.bats b/.test.bats index 89f241a..2993e12 100755 --- a/.test.bats +++ b/.test.bats @@ -7,7 +7,7 @@ load "${NGBOOK_ROOT}/scripts/bats-assert/load.bash" # @test "angular-redux-chat unit tests pass" { # cd $DIR -# run npm run test +# run ng test --single-run # assert_output --partial 'SUCCESS' # }