We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c5687 commit 2dde7f9Copy full SHA for 2dde7f9
.test.bats
@@ -7,7 +7,7 @@ load "${NGBOOK_ROOT}/scripts/bats-assert/load.bash"
7
8
@test "angular-rxjs-chat unit tests pass" {
9
cd $DIR
10
- run npm run test
+ run ng test --single-run
11
assert_output --partial 'SUCCESS'
12
}
13
0 commit comments