mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 08:37:48 -02:30
Update karma config for ui tests
This commit is contained in:
@@ -61,7 +61,11 @@ module.exports = function(config) {
|
|||||||
}, {
|
}, {
|
||||||
test: /\.js$/,
|
test: /\.js$/,
|
||||||
loader: 'babel-loader',
|
loader: 'babel-loader',
|
||||||
include: [path.resolve() + '/client/src/'],
|
include: [
|
||||||
|
path.resolve() + '/client/src/',
|
||||||
|
path.resolve() + '/client/lib/',
|
||||||
|
path.resolve() + '/client/features/'
|
||||||
|
],
|
||||||
exclude: '/(node_modules)/',
|
exclude: '/(node_modules)/',
|
||||||
query: {
|
query: {
|
||||||
presets: ['es2015'],
|
presets: ['es2015'],
|
||||||
|
|||||||
Reference in New Issue
Block a user