From 64a91869c781ede640405b718f336ecb0bb3a443 Mon Sep 17 00:00:00 2001 From: Nate Murray Date: Tue, 21 Mar 2017 12:59:05 -0500 Subject: [PATCH] test single run --- .test.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' # }