mirror of
https://github.com/ansible/awx.git
synced 2026-04-05 01:59:25 -02:30
remove unused config
This commit is contained in:
@@ -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
|
|
||||||
}
|
|
||||||
});
|
|
||||||
};
|
|
||||||
Reference in New Issue
Block a user