FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angular-split/src/karma.conf.js at main · angular-split/angular-split · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
angular-split
/
angular-split
Public
Notifications
You must be signed in to change notification settings
Fork
218
Star
932
Code
Issues
5
Pull requests
2
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
angular-split
/
src
/
karma.conf.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
31 lines (30 loc) · 967 Bytes
Breadcrumbs
angular-split
/
src
/
karma.conf.js
Copy path
File metadata and controls
31 lines (30 loc) · 967 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
// Karma configuration file, see link for more information
// https://karma-runner.github.io/1.0/config/configuration-file.html
module
.
exports
=
function
(
config
)
{
config
.
set
(
{
basePath
:
''
,
frameworks
:
[
'jasmine'
,
'@angular-devkit/build-angular'
]
,
plugins
:
[
require
(
'karma-jasmine'
)
,
require
(
'karma-chrome-launcher'
)
,
require
(
'karma-jasmine-html-reporter'
)
,
require
(
'karma-coverage-istanbul-reporter'
)
,
require
(
'@angular-devkit/build-angular/plugins/karma'
)
,
]
,
client
:
{
clearContext
:
false
,
// leave Jasmine Spec Runner output visible in browser
}
,
coverageIstanbulReporter
:
{
dir
:
require
(
'path'
)
.
join
(
__dirname
,
'../coverage'
)
,
reports
:
[
'html'
,
'lcovonly'
]
,
fixWebpackSourcePaths
:
true
,
}
,
reporters
:
[
'progress'
,
'kjhtml'
]
,
port
:
9876
,
colors
:
true
,
logLevel
:
config
.
LOG_INFO
,
autoWatch
:
true
,
browsers
:
[
'Chrome'
]
,
singleRun
:
false
,
}
)
}
Back
|
FazBrowse Home
|
New Git URL