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 54302b1 commit 67d7ba9Copy full SHA for 67d7ba9
.test.bats
@@ -2,8 +2,8 @@
2
DIR=$(dirname $BATS_TEST_FILENAME)
3
4
load "${NGBOOK_ROOT}/scripts/bats/fullstack.bats"
5
-load '/usr/local/lib/bats-support/load.bash'
6
-load '/usr/local/lib/bats-assert/load.bash'
+load "${NGBOOK_ROOT}/scripts/bats-support/load.bash"
+load "${NGBOOK_ROOT}/scripts/bats-assert/load.bash"
7
8
@test "angular2-rxjs-chat e2e tests pass" {
9
cd $DIR
@@ -13,13 +13,15 @@ load '/usr/local/lib/bats-assert/load.bash'
13
14
setup() {
15
16
+ kill_by_port 8080
17
kill_by_grep "webpack-dev-server"
18
npm run go 3>- &
19
true
20
}
21
22
teardown() {
23
24
25
26
27
0 commit comments