| Server IP : 14.225.204.176 / Your IP : 216.73.216.169 Web Server : nginx/1.24.0 System : Linux nodejs-ybgk 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64 User : root ( 0) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/php/zinisoft.net-react/node_modules/aos/ |
Upload File : |
// Karma configuration
// Generated on Mon Oct 19 2015 01:12:15 GMT+0200 (CEST)
var isTravis = process.env.TRAVIS || false;
var browsers = isTravis ? ['Chrome_travis_ci'] : ['Chrome'];
var singleRun = isTravis;
module.exports = function(config) {
config.set({
basePath: '',
browsers: browsers,
frameworks: ['jasmine-jquery', 'jasmine'],
files: [
'node_modules/babel-polyfill/dist/polyfill.js',
'test/index.js',
{
pattern: 'test/fixtures/**/*.html',
watched: true,
included: false,
served: true
}
],
preprocessors: {
'test/index.js': ['webpack']
},
webpack: {
devtool: 'inline-source-map',
module: {
loaders: [{
test: /\.js?$/,
exclude: [/bower_components/, /node_modules/],
loader: 'babel'
}, {
test: /\.scss$/,
loader: "css-loader?sourceMap!sass-loader"
}]
}
},
plugins: [
'karma-chrome-launcher',
'karma-jasmine-jquery',
'karma-jasmine',
'karma-webpack'
],
reporters: ['dots'],
customLaunchers: {
Chrome_travis_ci: {
base: 'Chrome',
flags: ['--no-sandbox']
}
},
port: 9876,
singleRun: singleRun,
colors: true,
logLevel: config.LOG_WARN
})
}