2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

karma.conf.js: break lines (#32093)

This commit is contained in:
XhmikosR
2020-11-09 20:33:20 +02:00
committed by GitHub
parent fb3a57b7ba
commit c0d1ed57a3
+8 -2
View 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')