Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Merge requests
!32093
karma.conf.js: break lines
Code
Review changes
Check out branch
Download
Email patches
Plain diff
Merged
XhmikosR
requested to merge
XhmikosR-patch-1
into
main
4 years ago
Overview
1
Commits
1
Pipelines
0
Changes
1
0
0
Compare
main
main (base)
and
latest version
latest version
a669d0d1
1 commit,
2 years ago
1 file
+
8
-
2
Expand all files
Preferences
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
js/tests/karma.conf.js
+
8
-
2
Options
View file @ a669d0d1
Edit in single-file editor
Open in Web IDE
Show full file
@@ -60,7 +60,10 @@ const conf = {
},
files
:
[
'
node_modules/hammer-simulator/index.js
'
,
{
pattern
:
'
js/tests/unit/**/!(jquery).spec.js
'
,
watched
:
!
browserStack
}
{
pattern
:
'
js/tests/unit/**/!(jquery).spec.js
'
,
watched
:
!
browserStack
}
],
preprocessors
:
{
'
js/tests/unit/**/*.spec.js
'
:
[
'
rollup
'
]
@@ -114,7 +117,10 @@ if (browserStack) {
conf
.
detectBrowsers
=
detectBrowsers
conf
.
files
=
[
'
node_modules/jquery/dist/jquery.slim.min.js
'
,
{
pattern
:
'
js/tests/unit/jquery.spec.js
'
,
watched
:
false
}
{
pattern
:
'
js/tests/unit/jquery.spec.js
'
,
watched
:
false
}
]
}
else
{
frameworks
.
push
(
'
detectBrowsers
'
)
Menu
Explore
Projects
Groups
Snippets