Skip to content

Commit 2dde7f9

Browse files
committed
ng test single run
1 parent 59c5687 commit 2dde7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.test.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ load "${NGBOOK_ROOT}/scripts/bats-assert/load.bash"
77

88
@test "angular-rxjs-chat unit tests pass" {
99
cd $DIR
10-
run npm run test
10+
run ng test --single-run
1111
assert_output --partial 'SUCCESS'
1212
}
1313

0 commit comments

Comments
 (0)