mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
remove unused config
This commit is contained in:
parent
4883876dc5
commit
93f35b037d
@ -1,40 +0,0 @@
|
||||
const webpackTestConfig = require('./build/webpack.test.js');
|
||||
|
||||
module.exports = function(config) {
|
||||
config.set({
|
||||
autoWatch: true,
|
||||
colors: true,
|
||||
browsers: ['Chrome', 'Firefox'],
|
||||
coverageReporter: {
|
||||
reporters: [
|
||||
{ type: 'html', subdir: 'html' },
|
||||
]
|
||||
},
|
||||
frameworks: [
|
||||
'jasmine',
|
||||
],
|
||||
reporters: ['progress', 'coverage', 'junit'],
|
||||
files:[
|
||||
'./client/src/vendor.js',
|
||||
'./node_modules/angular-mocks/angular-mocks.js',
|
||||
'./client/src/app.js',
|
||||
'./tests/**/*-test.js',
|
||||
'./client/src/**/*.html'
|
||||
],
|
||||
preprocessors: {
|
||||
'./client/src/vendor.js': ['webpack'],
|
||||
'./client/src/app.js': ['webpack'],
|
||||
'./tests/**/*-test.js': ['webpack'],
|
||||
'./client/src/**/*.html': ['html2js']
|
||||
},
|
||||
webpack: webpackTestConfig,
|
||||
webpackMiddleware: {
|
||||
noInfo: true
|
||||
},
|
||||
junitReporter: {
|
||||
outputDir: 'coverage',
|
||||
outputFile: 'ui-unit-test-results.xml',
|
||||
useBrowserName: false
|
||||
}
|
||||
});
|
||||
};
|
||||
Loading…
x
Reference in New Issue
Block a user