1
0
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:
gconsidine 2017-06-16 16:16:21 -04:00
parent fa330db9c5
commit 81fbbde37b

View File

@ -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'],