... | @@ -75,4 +75,19 @@ module.exports = config => { |
... | @@ -75,4 +75,19 @@ module.exports = config => { |
|
|
|
|
|
```
|
|
```
|
|
npm run test
|
|
npm run test
|
|
|
|
```
|
|
|
|
|
|
|
|
If all tests passed successfully the result will be like this:
|
|
|
|
|
|
|
|
```
|
|
|
|
> js-frontend-tutorial@1.0.0 test /home/taras/Work/js-frontend-tutorial
|
|
|
|
> karma start karma.conf.js
|
|
|
|
|
|
|
|
11 07 2019 15:55:05.564:WARN [karma]: No captured browser, open http://localhost:9876/
|
|
|
|
11 07 2019 15:55:05.594:INFO [karma-server]: Karma v4.1.0 server started at http://0.0.0.0:9876/
|
|
|
|
11 07 2019 15:55:05.594:INFO [launcher]: Launching browsers Chrome with concurrency unlimited
|
|
|
|
11 07 2019 15:55:05.597:INFO [launcher]: Starting browser Chrome
|
|
|
|
11 07 2019 15:55:06.306:INFO [Chrome 75.0.3770 (Linux 0.0.0)]: Connected on socket GUGUy_LN38B9XT73AAAA with id 21718560
|
|
|
|
Chrome 75.0.3770 (Linux 0.0.0): Executed 2 of 2 SUCCESS (0.002 secs / 0.001 secs)
|
|
|
|
TOTAL: 2 SUCCESS
|
|
``` |
|
``` |
|
|
|
\ No newline at end of file |