mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
Update karma config for ui tests
This commit is contained in:
parent
fa330db9c5
commit
81fbbde37b
@ -61,7 +61,11 @@ module.exports = function(config) {
|
||||
}, {
|
||||
test: /\.js$/,
|
||||
loader: 'babel-loader',
|
||||
include: [path.resolve() + '/client/src/'],
|
||||
include: [
|
||||
path.resolve() + '/client/src/',
|
||||
path.resolve() + '/client/lib/',
|
||||
path.resolve() + '/client/features/'
|
||||
],
|
||||
exclude: '/(node_modules)/',
|
||||
query: {
|
||||
presets: ['es2015'],
|
||||
|
Loading…
Reference in New Issue
Block a user