mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 09:04:14 +02:00
karma.conf.js: break lines (#32093)
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user