forked from DSpace/dspace-angular
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_spec.log
More file actions
40 lines (35 loc) · 3.82 KB
/
Copy path_spec.log
File metadata and controls
40 lines (35 loc) · 3.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
yarn run v1.22.22
$ ng test --include=src/app/app.component.spec.ts --watch=false --browsers=ChromeHeadless --source-map=false --code-coverage=false
npx : - Generating browser application bundles (phase: setup)...
At line:1 char:75
+ ... size=6144"; npx --yes yarn@1.22.22 ng test --include="src/app/app.com ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (- Generating br...hase: setup)...:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
√ Browser application bundle generation complete.
START:
17 06 2026 09:56:36.956:INFO [karma-server]: Karma v6.4.4 server started at http://localhost:9876/
17 06 2026 09:56:36.959:INFO [launcher]: Launching browsers ChromeHeadless with concurrency unlimited
17 06 2026 09:56:36.998:INFO [launcher]: Starting browser ChromeHeadless
17 06 2026 09:56:39.760:INFO [Chrome Headless 149.0.0.0 (Windows 10)]: Connected on socket fVPJIViffYJBaWDzAAAB with id 24643733
App component
√ should create component
removeSsrOverlayWhenStable
√ removes the overlay once isStable emits true
√ is a no-op when the global is not injected (e.g. CSR-only route, SSR skipped)
when the window is resized
√ should dispatch a HostWindowResizeAction with the width and height of the window as its payload
Finished in 0.11 secs / 0.096 secs @ 09:56:40 GMT+0200 (stredoeurópsky letný čas)
SUMMARY:
√ 4 tests completed
TOTAL: 4 SUCCESS
TOTAL: 4 SUCCESS
=============================== Coverage summary ===============================
Statements : Unknown% ( 0/0 )
Branches : Unknown% ( 0/0 )
Functions : Unknown% ( 0/0 )
Lines : Unknown% ( 0/0 )
================================================================================
√ Browser application bundle generation complete.
√ Browser application bundle generation complete.
Done in 321.06s.