You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
"test": "tsc && concurrently \"npm run tsc:w\" \"npm run lite-server-test\" "
51
61
52
62
:marked
53
-
That command will launch `live-server` and open a browser to the `unit-tests.html` page we just wrote.
63
+
The `npm test` command will launch `lite-server` and open a browser to the `unit-tests.html` page we just wrote. It will also take care of recompiling your source code and reloading your browser after any change.
54
64
55
65
.l-main-section
56
66
:marked
@@ -127,7 +137,7 @@ code-example(format="").
127
137
:marked
128
138
### Run and Fail
129
139
130
-
Look over at the browser (live-server will have reloaded it). The browser displays
140
+
Look over at the browser (lite-server will have reloaded it). The browser displays
131
141
132
142
figure.image-display
133
143
img(src='/resources/images/devguide/first-app-tests/Jasmine-not-running-tests.png'style="width:400px;"alt="Jasmine not running any tests")
0 commit comments